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 @@ -559,7 +559,7 @@ target "_pkg-credential-helpers" {
559559 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " docker-credential-helpers"
560560 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/docker-credential-helpers.git"
561561 PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " master"
562- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.2 " # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile
562+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.5 " # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile
563563 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
564564 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " "
565565 PKG_REMOTE_DOCKERFILE = " Dockerfile"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG PKG_REPO="https://github.com/docker/docker-credential-helpers.git"
3030ARG PKG_REF="master"
3131
3232ARG GO_IMAGE="golang"
33- ARG GO_VERSION="1.25.2 "
33+ ARG GO_VERSION="1.25.5 "
3434ARG GO_IMAGE_VARIANT="bookworm"
3535
3636# stage used as named context that mounts hack/scripts
You can’t perform that action at this time.
0 commit comments