drone-webdav/Dockerfile
ViViDboarder fd51a13a1c Pin versions in Dockerfile
Also fixes linting

Fixes #11
2020-05-19 13:46:06 -07:00

8 lines
162 B
Docker

FROM alpine:3.11
RUN apk --no-cache add bash=~5.0 curl=~7.67 ca-certificates=~20191127
COPY push.sh /bin/
RUN chmod +x /bin/push.sh
ENTRYPOINT ["/bin/push.sh"]