Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 75262ac

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 f74eae9 commit 75262ac

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:5502b0e56fca23feba76dbc5387ba59c593c02ccc2f0f7355871ea9a0852cebe 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)