File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ target "_pkg-compose" {
548548 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " docker-compose-plugin"
549549 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/compose.git"
550550 PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " main"
551- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.24.11 " # https://github.com/docker/compose/blob/main/Dockerfile
551+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.24.12 " # https://github.com/docker/compose/blob/main/Dockerfile
552552 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
553553 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " "
554554 PKG_REMOTE_DOCKERFILE = " Dockerfile"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG PKG_REPO="https://github.com/docker/compose.git"
2929ARG PKG_REF="main"
3030
3131ARG GO_IMAGE="golang"
32- ARG GO_VERSION="1.24.11 "
32+ ARG GO_VERSION="1.24.12 "
3333ARG GO_IMAGE_VARIANT="bookworm"
3434
3535# stage used as named context that mounts hack/scripts
You can’t perform that action at this time.
0 commit comments