Skip to content

Commit

Permalink
Merge pull request #1869 from kube-logging/fix/lint-dockerfile
Browse files Browse the repository at this point in the history
chore: lint dockerfile
  • Loading branch information
pepov authored Nov 29, 2024
2 parents 91a6e73 + 1ac3d24 commit 9c7483b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY pkg/ pkg/
# Build
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build $GO_BUILD_FLAGS -o /usr/local/bin/manager

FROM builder as debug
FROM builder AS debug

RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/go-delve/delve/cmd/dlv@latest

Expand Down

0 comments on commit 9c7483b

Please sign in to comment.