Skip to content

Commit

Permalink
fix: update releaser (#101)
Browse files Browse the repository at this point in the history
update releaser base image
  • Loading branch information
Eikykun committed Sep 27, 2023
1 parent 4f74c07 commit d213e2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions releaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM alpine:3.17

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
WORKDIR /

COPY manager /manager

ENTRYPOINT ["/manager"]

0 comments on commit d213e2f

Please sign in to comment.