mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-16 18:02:51 +01:00
Merge pull request #12 from pr0ton11/fix/remove-invalid-chmod
Fix build by removing unneeded chmod
This commit is contained in:
commit
f8b44809cd
1 changed files with 0 additions and 2 deletions
|
|
@ -12,6 +12,4 @@ FROM gcr.io/distroless/static-debian13
|
|||
|
||||
COPY --from=build /workspace/webhook /usr/local/bin/webhook
|
||||
|
||||
RUN chmod +x /usr/local/bin/webhook
|
||||
|
||||
ENTRYPOINT ["webhook"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue