From c96ad708ea73316fc7e6a4f07a36c525da200ac4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:03:22 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21 (#1043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b529530..024c2ca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Builds a docker image with all the software required to build the website # -FROM alpine:3.20 +FROM alpine:3.21 # Install languages and build tools RUN apk add --no-cache --update --upgrade \