From efe8aa7cabd91579d53993f6c045bb52d8191dec Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 14 Nov 2023 17:36:14 +0100 Subject: [PATCH] Upgrade SFTPGo 2.5.5 and Nginx 1.25.3 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index da79c8c..6d82135 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.24-alpine docker.io/drakkan/sftpgo:v2.5.1-alpine" \ + --label="org.nethserver.images=docker.io/nginx:1.25.3-alpine docker.io/drakkan/sftpgo:v2.5.5-alpine" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"