diff --git a/docker-bake.hcl b/docker-bake.hcl index fa99b326..5d7a86e1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -559,7 +559,7 @@ target "_pkg-credential-helpers" { PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-credential-helpers" PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/docker-credential-helpers.git" PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "master" - GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.2" # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile + GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.5" # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm" PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : "" PKG_REMOTE_DOCKERFILE = "Dockerfile" diff --git a/pkg/credential-helpers/Dockerfile b/pkg/credential-helpers/Dockerfile index 79a839de..7119a58d 100644 --- a/pkg/credential-helpers/Dockerfile +++ b/pkg/credential-helpers/Dockerfile @@ -30,7 +30,7 @@ ARG PKG_REPO="https://github.com/docker/docker-credential-helpers.git" ARG PKG_REF="master" ARG GO_IMAGE="golang" -ARG GO_VERSION="1.25.2" +ARG GO_VERSION="1.25.5" ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts