File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ target "_pkg-credential-helpers" {
573573 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " docker-credential-helpers"
574574 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/docker-credential-helpers.git"
575575 PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " main"
576- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.8 " # https://github.com/docker/docker-credential-helpers/blob/main/Dockerfile
576+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.9 " # https://github.com/docker/docker-credential-helpers/blob/main/Dockerfile
577577 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
578578 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " "
579579 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/docker-credential-helpers.git"
2929ARG PKG_REF="main"
3030
3131ARG GO_IMAGE="golang"
32- ARG GO_VERSION="1.25.8 "
32+ ARG GO_VERSION="1.25.9 "
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