Skip to content

Commit 700e013

Browse files
chore(deps): update golang docker tag to v1.25
1 parent 794e44b commit 700e013

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
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-alpine AS builder
6+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25-alpine AS builder
77

88
WORKDIR /workspace
99

0 commit comments

Comments
 (0)