Skip to content

Commit aa4eece

Browse files
Bump golang from 1.24 to 1.25
Bumps golang from 1.24 to 1.25. --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf6b965 commit aa4eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: APACHE-2.0
22

33
# STEP 1: Build kindnetd binary
4-
FROM --platform=$BUILDPLATFORM golang:1.24@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 AS builder
4+
FROM --platform=$BUILDPLATFORM golang:1.25@sha256:c0bf2bc2f8e5720aa2e83e45d2085edbf2ad085e2d1a195bb6c3c402350fe661 AS builder
55
ARG TARGETARCH BUILDARCH BUILDPLATFORM TARGETPLATFORM
66
# setup cross-compiler, do this early so it can be cached
77
RUN touch /cc-env ;\

0 commit comments

Comments
 (0)