chore: use latest Go version for static builds

This commit is contained in:
Kévin Dunglas
2024-07-09 23:46:09 +02:00
parent e743f6ab87
commit 8f9b9b07c9

View File

@@ -120,9 +120,7 @@ target "default" {
target "static-builder" {
contexts = {
# FIXME: temporary workaround for https://github.com/dunglas/symfony-docker/issues/646
#golang-base = "docker-image://golang:${GO_VERSION}-alpine"
golang-base = "docker-image://golang:1.22.4-alpine"
golang-base = "docker-image://golang:${GO_VERSION}-alpine"
}
dockerfile = "static-builder.Dockerfile"
context = "./"