Skip to content

Commit 6d03408

Browse files
crazy-maxgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66e40b1 commit 6d03408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ target "_pkg-containerd" {
560560
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "containerd.io"
561561
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/containerd/containerd.git"
562562
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
563-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.24.13" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
563+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.7" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
564564
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
565565
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
566566
RUNC_REF = RUNC_REF != null && RUNC_REF != "" ? RUNC_REF : null

pkg/containerd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG PKG_REPO="https://github.com/containerd/containerd.git"
3434
ARG PKG_REF="main"
3535

3636
ARG GO_IMAGE="golang"
37-
ARG GO_VERSION="1.24.13"
37+
ARG GO_VERSION="1.25.7"
3838
ARG GO_IMAGE_VARIANT="bookworm"
3939

4040
# stage used as named context that mounts hack/scripts

0 commit comments

Comments
 (0)