Skip to content

Commit 9c7483b

Browse files
authored
Merge pull request #1869 from kube-logging/fix/lint-dockerfile
chore: lint dockerfile
2 parents 91a6e73 + 1ac3d24 commit 9c7483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY pkg/ pkg/
3131
# Build
3232
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build $GO_BUILD_FLAGS -o /usr/local/bin/manager
3333

34-
FROM builder as debug
34+
FROM builder AS debug
3535

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

0 commit comments

Comments
 (0)