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 e45bb86 commit 1ac3d24Copy full SHA for 1ac3d24
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