mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-04 19:47:33 +00:00
Update Alpine version
Should support more archs
This commit is contained in:
parent
9fc797e244
commit
051ccd20e3
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk --no-cache add bash=~5.0 curl=~7.79 ca-certificates=~20191127
|
||||
RUN apk --no-cache add bash=~5.1 curl=~7.79 ca-certificates=~20220614
|
||||
COPY push.sh /bin/
|
||||
RUN chmod +x /bin/push.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user