diff --git a/build-images.sh b/build-images.sh index 6abdf40..c610ab0 100644 --- a/build-images.sh +++ b/build-images.sh @@ -35,7 +35,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@node:routeadm mail@any:mailadm cluster:accountconsumer" \ --label="org.nethserver.tcp-ports-demand=1" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/roundcube/roundcubemail:1.6.6-apache" \ + --label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/roundcube/roundcubemail:1.6.8-apache" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"