Skip to content

Commit

Permalink
Merge pull request #18 from Tech-Preta/update-digests
Browse files Browse the repository at this point in the history
Update images digests
  • Loading branch information
nataliagranato authored May 13, 2024
2 parents 13e72b9 + 4848b77 commit 5123abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giropops-senhas/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Etapa de construção
FROM cgr.dev/chainguard/python:latest-dev@sha256:041295387410c312bf49d3638cb44c8f27eb6f2d35367eee24fc8d97557649e1 as build
FROM cgr.dev/chainguard/python:latest-dev@sha256:237d873a449fe2fe4859c13f56b170ba739b0f5c0422f4e139499ecf044f415c as build

# Definir o diretório de trabalho
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ COPY . /app
RUN pip install -r requirements.txt --user

# Etapa final
FROM cgr.dev/chainguard/python:latest@sha256:604b94c9ce7ba9af070429f423600e248a7dd0c1d65d08f0392a28a7d859e58c
FROM cgr.dev/chainguard/python:latest@sha256:f910d00bf6accfa0641eb8220a674d0d2927edbe5b0f5c096fe725cb1b905a60

# Definir o diretório de trabalho
WORKDIR /app
Expand Down

0 comments on commit 5123abb

Please sign in to comment.