File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ target "_pkg-docker-cli" {
636636 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " docker-ce-cli"
637637 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/cli.git"
638638 PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " master"
639- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.26.5 " # https://github.com/docker/cli/blob/master/Dockerfile
639+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.26.6 " # https://github.com/docker/cli/blob/master/Dockerfile
640640 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
641641 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " 5"
642642 PKG_REMOTE_DOCKERFILE = " Dockerfile"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ARG PKG_REPO="https://github.com/containerd/containerd.git"
3434ARG PKG_REF="main"
3535
3636ARG GO_IMAGE="golang"
37- ARG GO_VERSION="1.25.12 "
37+ ARG GO_VERSION="1.26.5 "
3838ARG GO_IMAGE_VARIANT="bookworm"
3939
4040# stage used as named context that mounts hack/scripts
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ARG PKG_REPO="https://github.com/docker/cli.git"
3131ARG PKG_REF="master"
3232
3333ARG GO_IMAGE="golang"
34- ARG GO_VERSION="1.26.5 "
34+ ARG GO_VERSION="1.26.6 "
3535ARG GO_IMAGE_VARIANT="bookworm"
3636
3737# stage used as named context that mounts hack/scripts
You can’t perform that action at this time.
0 commit comments