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 9cadb5d commit a044886Copy full SHA for a044886
Dockerfile
@@ -18,7 +18,7 @@
18
ARG ARCH
19
20
# Build the manager binary
21
-FROM golang:1.22.11 AS builder
+FROM golang:1.22 AS builder
22
WORKDIR /workspace
23
24
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
0 commit comments