We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d29b9e commit 8179879Copy full SHA for 8179879
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.2-alpine" \
+ --label="org.nethserver.images=docker.io/nginx:1.27.2-alpine docker.io/drakkan/sftpgo:v2.6.2-alpine" \
34
"${container}"
35
# Commit the image
36
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments