mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
chore: use latest Go version for static builds
This commit is contained in:
@@ -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 = "./"
|
||||
|
||||
Reference in New Issue
Block a user