We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38a2ee3 + 88d588e commit 8fa3dfaCopy full SHA for 8fa3dfa
build-images.sh
@@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
30
--label="org.nethserver.authorizations=node:fwadm traefik@node:routeadm" \
31
--label="org.nethserver.tcp-ports-demand=2" \
32
--label="org.nethserver.rootfull=0" \
33
- --label="org.nethserver.images=docker.io/nginx:1.26.2-alpine docker.io/drakkan/sftpgo:v2.6.4-alpine" \
+ --label="org.nethserver.images=docker.io/nginx:1.27.3-alpine docker.io/drakkan/sftpgo:v2.6.4-alpine" \
34
"${container}"
35
# Commit the image
36
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments