Skip to content

Commit

Permalink
fix: remove nonroot from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kymppi committed Feb 24, 2024
1 parent 75dbbe4 commit 10c47c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM gcr.io/distroless/base:nonroot
FROM gcr.io/distroless/base

ADD plugin-downloader /usr/local/bin/plugin-downloader

USER nonroot
ENTRYPOINT ["plugin-downloader"]

0 comments on commit 10c47c8

Please sign in to comment.