From 2157f73118ee3a5929f9c4a321dedfd0b19160f8 Mon Sep 17 00:00:00 2001 From: Marc Singer Date: Mon, 23 Feb 2026 07:50:13 +0100 Subject: [PATCH] fix: remove invalid chmod from runtime container --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03dea42..ec34e75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]