From 429be11bef9cd04d13a681bb8c167e49e3412e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nat=C3=A1lia=20Granato?= Date: Wed, 12 Jun 2024 23:12:23 +0000 Subject: [PATCH] Update images digests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Natália Granato --- giropops-senhas/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/giropops-senhas/Dockerfile b/giropops-senhas/Dockerfile index fa68f31..ca5d6a3 100644 --- a/giropops-senhas/Dockerfile +++ b/giropops-senhas/Dockerfile @@ -1,5 +1,5 @@ # Etapa de construção -FROM cgr.dev/chainguard/python:latest-dev@sha256:70f97dd84e4f7f3962ee3dc46b0c206f583981ea3317bfb7faca3d6082d4d41e as build +FROM cgr.dev/chainguard/python:latest-dev@sha256:a66967d781bec4367589c4e9b98c18e3df0f24c38c380e45af383a3424b34bde as build # Definir o diretório de trabalho WORKDIR /app @@ -11,7 +11,7 @@ COPY . /app RUN pip install -r requirements.txt --user # Etapa final -FROM cgr.dev/chainguard/python:latest@sha256:99ee1559c4632e06f293a2f03a2677e6bff371d37b4de6e21322715cb0697055 +FROM cgr.dev/chainguard/python:latest@sha256:6a7100769a082ca01772e302b6fce08a28ea4225bb73fbf1e00dbc0147f79900 # Definir o diretório de trabalho WORKDIR /app