We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0507be6 commit bde2ce5Copy full SHA for bde2ce5
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