From ae0277a3686ea3f8fefb3d1ff0df40c7770fc1ce Mon Sep 17 00:00:00 2001 From: waja Date: Fri, 13 Dec 2024 11:18:06 +0100 Subject: [PATCH] chore: raise Alpine Linux version to 3.21 Release notes: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71effee..6e7a395 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG NEXTCLOUD_VERSION=30.0.3 ARG PHP_VERSION=8.3 ARG NGINX_VERSION=1.26 -ARG ALPINE_VERSION=3.20 +ARG ALPINE_VERSION=3.21 ARG HARDENED_MALLOC_VERSION=11 ARG SNUFFLEUPAGUS_VERSION=0.10.0