Update docs for Drone v1, remove docs for older versions, update base image to Alpine 3.13

This commit is contained in:
Michael de Wit
2021-02-08 12:47:38 +01:00
parent 21497cd5b8
commit b311cd7457
4 changed files with 11 additions and 125 deletions

View File

@@ -1,7 +1,6 @@
FROM alpine:3.8
MAINTAINER Michael de Wit <michael@drillster.com>
FROM alpine:3.13
RUN apk add --no-cache ca-certificates bash openssh-client rsync
RUN apk add --no-cache --update ca-certificates bash openssh-client rsync
COPY upload.sh /usr/local/
ENTRYPOINT ["/usr/local/upload.sh"]