We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65389d commit 6acca28Copy full SHA for 6acca28
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
5
# Build the manager binary
6
-FROM golang:1.25.5 AS builder
+FROM golang:1.25.6 AS builder
7
8
ARG TARGETARCH
9
WORKDIR /workspace
dev.Dockerfile
@@ -4,7 +4,7 @@
FROM registry.k8s.io/kube-apiserver:v1.33.2 AS kube-apiserver
FROM quay.io/coreos/etcd:v3.5.21 AS etcd
-FROM golang:1.25.5 AS tools
+FROM golang:1.25.6 AS tools
COPY --from=kube-apiserver /usr/local/bin/kube-apiserver /testbin/kube-apiserver
10
COPY --from=etcd /usr/local/bin/etcd /testbin/etcd
0 commit comments