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 91a6e73 + 1ac3d24 commit 9c7483bCopy full SHA for 9c7483b
Dockerfile
@@ -31,7 +31,7 @@ COPY pkg/ pkg/
31
# Build
32
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build $GO_BUILD_FLAGS -o /usr/local/bin/manager
33
34
-FROM builder as debug
+FROM builder AS debug
35
36
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/go-delve/delve/cmd/dlv@latest
37
0 commit comments