Skip to content

Commit

Permalink
Merge pull request #3 from Tech-Preta/snyk-fix-a87f759e6bed25c16c7c6a…
Browse files Browse the repository at this point in the history
…9d3c4941cc

[Snyk] Security upgrade alpine from 3.15.9 to 3.19
  • Loading branch information
nataliagranato authored Jul 24, 2024
2 parents ebc4858 + 1d70b24 commit b51dfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/day-2/files/multistage/Dockerfile.v4
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

# Substituindo o shell padrão pelo bash
SHELL [ "/bin/bash" ]
Expand Down

0 comments on commit b51dfc9

Please sign in to comment.