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 1804350 commit 30b566eCopy full SHA for 30b566e
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} 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