Skip to content

Commit

Permalink
Merge pull request #5 from Tech-Preta/snyk-fix-12c645554b7bdcb93b0294…
Browse files Browse the repository at this point in the history
…5b78f64019

[Snyk] Security upgrade alpine from 3.15.9 to 3.19
  • Loading branch information
nataliagranato authored Jul 24, 2024
2 parents 107ab65 + 2b52699 commit 5df909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/day-2/files/multistage/Dockerfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN go mod init hello
RUN go build -o /app/hello

# Estágio de execução
FROM alpine:3.15.9
FROM alpine:3.19

# Copia o arquivo binário 'hello' da etapa 'build' para o diretório '/app/hello' na imagem final.
COPY --from=build /app/hello /app/hello
Expand Down

0 comments on commit 5df909a

Please sign in to comment.