We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fdbfc commit 622a9ceCopy full SHA for 622a9ce
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.11 docker.io/roundcube/roundcubemail:1.6.11-apache" \
+ --label="org.nethserver.images=docker.io/mariadb:10.11.13 docker.io/roundcube/roundcubemail:1.6.11-apache" \
39
"${container}"
40
# Commit the image
41
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments