From 71d309a5e0079311889d6c91beab5f6cf6644e6a Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Tue, 28 Nov 2023 12:38:08 +0100 Subject: [PATCH] Revert "PHP 8.1: Switch to images based on Alpine 3.16 due to OpenSSL support" This reverts commit 96f542be0216a162a5faef2acdf9e0970655e0f9. This revert follows upstream, dropping the outdated Alpine 3.16 branch that was just kept for Nextcloud 25, now being EOL. --- branches/8.1/container.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/8.1/container.env b/branches/8.1/container.env index c84a51b..846926c 100644 --- a/branches/8.1/container.env +++ b/branches/8.1/container.env @@ -1,7 +1,7 @@ MILESTONE="8.1" VERSION="${VERSION:-$MILESTONE}" VERSION_ENDOFLIFE="no" -VERSION_ALPINE="3.16" +VERSION_ALPINE="3.18" REGISTRY="${REGISTRY:-ghcr.io}" OWNER="${OWNER:-sgsgermany}"