From 5d31885d053681624e6955d752d738151e42ac8e Mon Sep 17 00:00:00 2001 From: "renovate-djmaze[bot]" <177982242+renovate-djmaze[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:35:28 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 226b536..95f9022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN curl -sL -o go-cron.tar.gz https://github.com/djmaze/go-cron/archive/v${GO_C # # Final image # -FROM alpine:3.17 +FROM alpine:3.20 RUN apk add --update --no-cache ca-certificates fuse nfs-utils openssh tzdata bash curl docker-cli gzip tini