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 bc73581 commit 814de6cCopy full SHA for 814de6c
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:experimental
2
# Build the manager binary
3
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24 as builder
4
5
WORKDIR /workspace
6
# Copy the Go Modules manifests
0 commit comments