Skip to content

Commit

Permalink
Removes obsolete lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Dec 6, 2023
1 parent 40fd911 commit c89b34d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -trimpath -o /usr/b
# Runtime stage
FROM alpine:3.18 as release

# hadolint ignore=DL3018
RUN adduser -D -u 12345 -g 12345 k6
COPY --from=builder /usr/bin/k6 /usr/bin/k6

Expand Down

0 comments on commit c89b34d

Please sign in to comment.