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.
2 parents f3d8d67 + 3c067cc commit de04894Copy full SHA for de04894
Dockerfile
@@ -14,7 +14,7 @@
14
15
# Build the manager binary
16
ARG GO_VERSION
17
-FROM golang:${GO_VERSION} AS builder
+FROM golang:${GO_VERSION:-1.24.7} AS builder
18
WORKDIR /workspace
19
20
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
0 commit comments