Merge pull request #12 from pr0ton11/fix/remove-invalid-chmod

Fix build by removing unneeded chmod
This commit is contained in:
Marc Singer 2026-02-23 07:51:08 +01:00 committed by GitHub
commit f8b44809cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]