diff --git a/Dockerfile b/Dockerfile index fd73739..9bc5bcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN a2enmod rewrite VOLUME /var/roundcube/config # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.6 +ENV ROUNDCUBEMAIL_VERSION 1.6.9 # Set the entry point ENTRYPOINT ["/docker-entrypoint.sh"] diff --git a/build-rootfs.sh b/build-rootfs.sh index cef93ad..a4cfbaf 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.6 +ROUNDCUBEMAIL_VERSION=1.6.9 CHECK_GPG=false CLEAN_INTERMEDIATES=false CONTAINER_VOLUME_CONFIG=/var/roundcube/config