From 330f42dc7d0a5bd4b557828c750f1b1905689900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 26 Nov 2025 14:15:09 +0100 Subject: [PATCH 1/3] pkg/buildx: update go to 1.25.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- pkg/buildx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/buildx/Dockerfile b/pkg/buildx/Dockerfile index 877deba2..4a69f5fe 100644 --- a/pkg/buildx/Dockerfile +++ b/pkg/buildx/Dockerfile @@ -29,7 +29,7 @@ ARG PKG_REPO="https://github.com/docker/buildx.git" ARG PKG_REF="master" ARG GO_IMAGE="golang" -ARG GO_VERSION=1.25.3 +ARG GO_VERSION=1.25.4 ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts From 0e3fca3fd61776f38e99e1b08ce640bab68317e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 26 Nov 2025 14:15:48 +0100 Subject: [PATCH 2/3] pkg/docker-cli: update go to 1.25.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- pkg/docker-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/docker-cli/Dockerfile b/pkg/docker-cli/Dockerfile index 2394f7ea..1ba94189 100644 --- a/pkg/docker-cli/Dockerfile +++ b/pkg/docker-cli/Dockerfile @@ -32,7 +32,7 @@ ARG PKG_REPO="https://github.com/docker/cli.git" ARG PKG_REF="master" ARG GO_IMAGE="golang" -ARG GO_VERSION=1.25.3 +ARG GO_VERSION=1.25.4 ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts From a65dc9f0795936b57bf4e98a0f1bed036c3be7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 26 Nov 2025 14:16:01 +0100 Subject: [PATCH 3/3] pkg/docker-engine: update go to 1.25.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- pkg/docker-engine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/docker-engine/Dockerfile b/pkg/docker-engine/Dockerfile index 1bd667f0..8a026b24 100644 --- a/pkg/docker-engine/Dockerfile +++ b/pkg/docker-engine/Dockerfile @@ -32,7 +32,7 @@ ARG PKG_REPO="https://github.com/docker/docker.git" ARG PKG_REF="master" ARG GO_IMAGE="golang" -ARG GO_VERSION=1.25.3 +ARG GO_VERSION=1.25.4 ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts