Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
Signed-off-by: Natália Granato <nataliagranato@ufmg.br>
  • Loading branch information
nataliagranato committed Jul 12, 2024
1 parent f1d1097 commit 6686eba
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:a66967d781bec4367589c4e9b98c18e3df0f24c38c380e45af383a3424b34bde as build
FROM cgr.dev/chainguard/python:latest-dev@sha256:fb574b22d420dafeb4fae5336423fd71e227f33d8e5ff3131d6ecc48f4f75e15 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:6a7100769a082ca01772e302b6fce08a28ea4225bb73fbf1e00dbc0147f79900
FROM cgr.dev/chainguard/python:latest@sha256:f5e8b018012c8767141cce3d14fd065bcbf20034239bd7f750a3d4cee49ce1d2

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

0 comments on commit 6686eba

Please sign in to comment.