Skip to content

Commit

Permalink
update releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikykun committed Sep 27, 2023
1 parent 4f74c07 commit ee685aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# 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
FROM alpine:3.17
WORKDIR /

COPY manager /manager

RUN mkdir /webhook-certs && chmod 777 /webhook-certs
ENTRYPOINT ["/manager"]

0 comments on commit ee685aa

Please sign in to comment.