feature/add-webhook-dockerfile #18

Merged
holzi1005 merged 12 commits from feature/add-webhook-dockerfile into main 2025-01-27 07:37:14 +01:00
Showing only changes of commit 37c44910d6 - Show all commits

View file

@ -25,6 +25,7 @@ WORKDIR /opt/webhook
RUN wget https://github.com/adnanh/webhook/releases/download/${VERSION}/webhook-linux-amd64.tar.gz -O artifact.tar.gz \
&& tar --strip-components=1 -xvzf artifact.tar.gz \
&& ls -ls \
&& chmod +x webhook \
rm artifact.tar.gz