fixed image names

main
Andre Challier 2024-03-27 13:20:32 +01:00
parent 054a7f10e6
commit 1b9098aeaf
1 changed files with 2 additions and 2 deletions

View File

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