From 1b9098aeaf5d81b23e001d08914e7400cb52912d Mon Sep 17 00:00:00 2001 From: Andre Challier Date: Wed, 27 Mar 2024 13:20:32 +0100 Subject: [PATCH] fixed image names --- webhooks-git/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webhooks-git/Dockerfile b/webhooks-git/Dockerfile index 40b58f4..5e49946 100644 --- a/webhooks-git/Dockerfile +++ b/webhooks-git/Dockerfile @@ -1,7 +1,7 @@ -FROM almir/webhook +FROM almir/webhook:latest COPY hooks.json.example /etc/webhook/hooks.json -FROM alpine +FROM alpine:latest RUN apk --no-cache add git openssh-client bash nano COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook WORKDIR /etc/webhook