From 7be568cd9202322a7590a338045a49da90062e1c Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 4 Apr 2023 22:14:11 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bff000..9cafc8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.3 +FROM alpine:3.17.2 RUN apk add --no-cache curl ADD script.sh /script.sh ENTRYPOINT ["/script.sh"] \ No newline at end of file