From 186e05f460d4304bd9a28ba6aa506d8860d03afe Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Mon, 5 Feb 2024 17:23:05 +0100 Subject: [PATCH] Update roundcubemail version to 1.6.6-apache --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index a46f6d1..40aaa7d 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" \ --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.4-apache" \ + --label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/roundcube/roundcubemail:1.6.6-apache" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"