From b386774e43cfeac2f598c9295125cfdd4f8dc1f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:46:02 +0000 Subject: [PATCH] Update roundcube/roundcubemail Docker tag to v1.6.8 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"