Update Alpine version

Should support more archs
This commit is contained in:
ViViDboarder 2022-08-10 14:52:41 -07:00
parent 9fc797e244
commit 051ccd20e3
1 changed files with 2 additions and 2 deletions

View File

@ -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