From 452503d5e0d766c495d740ac9c2927fb7739691e Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 29 Oct 2024 17:17:12 +0100 Subject: [PATCH] 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}"