From 48079a250fb98d3c8f47d3363a63326d3a587ec9 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 25 Jul 2023 15:06:04 -0700 Subject: [PATCH] Update versions and get build working --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ab80a2..1a1f74c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.16 +FROM alpine:3.17 -RUN apk --no-cache add bash=~5.1 curl=~7.83 ca-certificates=~20220614 +RUN apk --no-cache add bash=~5 curl=~8 ca-certificates=~20230506 COPY push.sh /bin/ RUN chmod +x /bin/push.sh