Skip to content

Commit 6acca28

Browse files
Bump golang from 1.25.5 to 1.25.6 (#215)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65389d commit 6acca28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM golang:1.25.5 AS builder
6+
FROM golang:1.25.6 AS builder
77

88
ARG TARGETARCH
99
WORKDIR /workspace

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM registry.k8s.io/kube-apiserver:v1.33.2 AS kube-apiserver
66
FROM quay.io/coreos/etcd:v3.5.21 AS etcd
7-
FROM golang:1.25.5 AS tools
7+
FROM golang:1.25.6 AS tools
88

99
COPY --from=kube-apiserver /usr/local/bin/kube-apiserver /testbin/kube-apiserver
1010
COPY --from=etcd /usr/local/bin/etcd /testbin/etcd

0 commit comments

Comments
 (0)