From 245b3ae2ac2ad8405dc1b6b1400434bf2e053201 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Tue, 15 Apr 2025 21:27:28 +0200 Subject: [PATCH] v 1.6.10 --- Dockerfile | 2 +- build-rootfs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9bc5bcb..e4f5ea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN a2enmod rewrite VOLUME /var/roundcube/config # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.9 +ENV ROUNDCUBEMAIL_VERSION 1.6.10 # Set the entry point ENTRYPOINT ["/docker-entrypoint.sh"] diff --git a/build-rootfs.sh b/build-rootfs.sh index a4cfbaf..3788e07 100755 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -3,7 +3,7 @@ set -ex # Configuration options you usually edit go here -ROUNDCUBEMAIL_VERSION=1.6.9 +ROUNDCUBEMAIL_VERSION=1.6.10 CHECK_GPG=false CLEAN_INTERMEDIATES=false CONTAINER_VOLUME_CONFIG=/var/roundcube/config