diff --git a/docker-bake.hcl b/docker-bake.hcl index 922f6ef2..1bd70e96 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -518,7 +518,7 @@ target "_pkg-containerd" { PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "containerd.io" PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/containerd/containerd.git" PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main" - GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.0" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile + GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.2" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/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 : "" RUNC_REF = RUNC_REF != null && RUNC_REF != "" ? RUNC_REF : null @@ -543,7 +543,7 @@ target "_pkg-docker-cli" { PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-ce-cli" PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/cli.git" PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "master" - GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.1" # https://github.com/docker/cli/blob/master/Dockerfile + GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.2" # https://github.com/docker/cli/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 : "5" PKG_REMOTE_DOCKERFILE = "Dockerfile" @@ -555,7 +555,7 @@ target "_pkg-docker-engine" { PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-ce" PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/docker.git" PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "master" - GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.1" # https://github.com/moby/moby/blob/master/Dockerfile + GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.2" # https://github.com/moby/moby/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 : "5" PKG_REMOTE_DOCKERFILE = "Dockerfile" diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index f01d486d..fd48e684 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -34,7 +34,7 @@ ARG PKG_REPO="https://github.com/containerd/containerd.git" ARG PKG_REF="main" ARG GO_IMAGE="golang" -ARG GO_VERSION="1.26.0" +ARG GO_VERSION="1.26.2" ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts diff --git a/pkg/docker-cli/Dockerfile b/pkg/docker-cli/Dockerfile index 093f8086..aea48532 100644 --- a/pkg/docker-cli/Dockerfile +++ b/pkg/docker-cli/Dockerfile @@ -31,7 +31,7 @@ ARG PKG_REPO="https://github.com/docker/cli.git" ARG PKG_REF="master" ARG GO_IMAGE="golang" -ARG GO_VERSION="1.26.1" +ARG GO_VERSION="1.26.2" ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts diff --git a/pkg/docker-engine/Dockerfile b/pkg/docker-engine/Dockerfile index fd2cc70d..a5c117d7 100644 --- a/pkg/docker-engine/Dockerfile +++ b/pkg/docker-engine/Dockerfile @@ -31,7 +31,7 @@ ARG PKG_REPO="https://github.com/docker/docker.git" ARG PKG_REF="master" ARG GO_IMAGE="golang" -ARG GO_VERSION="1.26.1" +ARG GO_VERSION="1.26.2" ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts