From 051ccd20e3e88baa56155da5eb1b4bedb9c81539 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 10 Aug 2022 14:52:41 -0700 Subject: [PATCH] Update Alpine version Should support more archs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2b1f17..152b7d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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