Skip to content

Commit

Permalink
Merge pull request #2 from Tech-Preta/snyk-fix-5efda921f17a83036c93ae…
Browse files Browse the repository at this point in the history
…c338b147bf

[Snyk] Security upgrade golang from 1.18 to 1.23rc2
  • Loading branch information
nataliagranato authored Jul 23, 2024
2 parents aec2c1b + 44784de commit ebc4858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/day-2/files/multistage/Dockerfile.v1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# inicializa o módulo Go, compila a aplicação e define o comando para executar o executável compilado.

# Imagem base
FROM golang:1.18
FROM golang:1.23rc2

# Diretório de trabalho
WORKDIR /app
Expand Down

0 comments on commit ebc4858

Please sign in to comment.