From a63db13bd8f6d845459b2f0423bf383315b7e8eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jul 2024 23:09:45 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 043f928..f936d3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/alpine:3.20.1 +FROM amd64/alpine:3.20.2 RUN apk add --no-cache curl ADD script.sh /script.sh ENTRYPOINT ["/script.sh"] \ No newline at end of file