Skip to content

Commit

Permalink
deps: change distroless/base to static (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Dec 2, 2022
1 parent cc5a599 commit c3bf754
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 @@ -6,6 +6,6 @@ RUN go mod download
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -a -o /bin/app

FROM gcr.io/distroless/base
FROM gcr.io/distroless/static
COPY --from=builder /bin/app /bin/app
ENTRYPOINT ["/bin/app"]

0 comments on commit c3bf754

Please sign in to comment.