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 Aug 7, 2024
1 parent 2093565 commit 788a25f
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:39d3b461ec14222f7eadb6cf5c64153291c03aca514e09b307b77aa60d0f0a3b as build
FROM cgr.dev/chainguard/python:latest-dev@sha256:da05d36d8450c8dbc560eb0becf38e6c989b9b0af89770fa42437d4f6b479649 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:5b0aef78beea1a889c0f656b46009ffc63214f06014ec51df7a219d78cd961dc
FROM cgr.dev/chainguard/python:latest@sha256:1e753aa0ea651af8aaf7dd675d9dcfc2139bf13acd2cceb2dba3c39286a6172f

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

0 comments on commit 788a25f

Please sign in to comment.