From 7e9a5ab301e43626c03132b2e58ac08e9d01d935 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 27 Apr 2024 18:44:59 +0200 Subject: [PATCH] Update webhook paths --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4ccfc4..c0ffae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN tar -xzf /tmp/ksops.tar.gz -C /tmp RUN mv /tmp/ksops /usr/local/bin/ksops RUN chmod +x /usr/local/bin/ksops -ENTRYPOINT ["/usr/local/bin/webhook", "--hooks", "/etc/webhook/hooks.yaml"] \ No newline at end of file +ENTRYPOINT ["/usr/bin/webhook", "--hooks", "/etc/webhook/hook.json"] \ No newline at end of file