We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d685ba commit 2509787Copy full SHA for 2509787
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