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