We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b1edd + bde2ce5 commit 23e9ff3Copy full SHA for 23e9ff3
build-images.sh
@@ -35,7 +35,7 @@ buildah config --entrypoint=/ \
35
--label="org.nethserver.authorizations=traefik@node:routeadm mail@any:mailadm cluster:accountconsumer" \
36
--label="org.nethserver.tcp-ports-demand=1" \
37
--label="org.nethserver.rootfull=0" \
38
- --label="org.nethserver.images=docker.io/mariadb:10.11.9 docker.io/roundcube/roundcubemail:1.6.8-apache" \
+ --label="org.nethserver.images=docker.io/mariadb:10.11.9 docker.io/roundcube/roundcubemail:1.6.9-apache" \
39
"${container}"
40
# Commit the image
41
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments