fixed image names
parent
054a7f10e6
commit
1b9098aeaf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue