Update docs for Drone v1, remove docs for older versions, update base image to Alpine 3.13
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user