We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794e44b commit 700e013Copy full SHA for 700e013
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
5
# Build the manager binary
6
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-alpine AS builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25-alpine AS builder
7
8
WORKDIR /workspace
9
0 commit comments