Skip to content

Commit

Permalink
Merge pull request #46 from NethServer/upgradeWebserver
Browse files Browse the repository at this point in the history
Upgrade SFTPGo 2.5.5  and Nginx 1.25.3
  • Loading branch information
stephdl authored Nov 14, 2023
2 parents ea86757 + efe8aa7 commit 1f6566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 1f6566d

Please sign in to comment.