From 7d2306d7378870b981aaecf0e550fec67e5b2b34 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Sat, 10 Oct 2020 11:52:45 +0200 Subject: [PATCH] Update to Roundcube 1.4.9 --- Dockerfile | 2 +- build-rootfs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 23daebb..e211a7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN set -ex; \ VOLUME /var/roundcube/config # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.4.8 +ENV ROUNDCUBEMAIL_VERSION 1.4.9 # Set the entry point ENTRYPOINT ["/docker-entrypoint.sh"] diff --git a/build-rootfs.sh b/build-rootfs.sh index 470c69b..e0212f1 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.4.8 +ROUNDCUBEMAIL_VERSION=1.4.9 CHECK_GPG=false CLEAN_INTERMEDIATES=false CONTAINER_VOLUME_CONFIG=/var/roundcube/config