We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5312e1c + 6f5502a commit 7c38688Copy full SHA for 7c38688
2 files changed
hack/build/Dockerfile
@@ -2,7 +2,7 @@ ARG ARCH=amd64
2
ARG OS=linux
3
ARG CGO_ENABLED=0
4
# Build the manager binary
5
-FROM golang:1.25.5 AS builder
+FROM golang:1.26rc2 AS builder
6
7
WORKDIR /workspace
8
hack/build/Dockerfile.dl
0 commit comments