From 59c2a491fc34cc30c08535410e2ff47dfd718602 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 29 Oct 2024 16:47:01 +0100 Subject: [PATCH 1/2] Update PHP version mappings --- imageroot/bin/download-php-fpm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imageroot/bin/download-php-fpm b/imageroot/bin/download-php-fpm index 39ff90c..8bb67a2 100755 --- a/imageroot/bin/download-php-fpm +++ b/imageroot/bin/download-php-fpm @@ -13,9 +13,9 @@ declare -A version_map version_map[7.4]=7.4.33 version_map[8.0]=8.0.30 -version_map[8.1]=8.1.27 -version_map[8.2]=8.2.17 -version_map[8.3]=8.3.4 +version_map[8.1]=8.1.30 +version_map[8.2]=8.2.25 +version_map[8.3]=8.3.13 # Check if major_version is mapped properly if [[ -z "${version_map[$minor_version]}" ]]; then echo "PHP version $minor_version is not supported" 1>&2 From 452503d5e0d766c495d740ac9c2927fb7739691e Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 29 Oct 2024 17:17:12 +0100 Subject: [PATCH 2/2] Update nginx and sftpgo versions --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index de0817d..35f8a6f 100644 --- a/build-images.sh +++ b/build-images.sh @@ -30,7 +30,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=node:fwadm traefik@node:routeadm" \ --label="org.nethserver.tcp-ports-demand=2" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/nginx:1.25.4-alpine docker.io/drakkan/sftpgo:v2.5.6-alpine" \ + --label="org.nethserver.images=docker.io/nginx:1.26.2-alpine docker.io/drakkan/sftpgo:v2.6.2-alpine" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"