This commit is contained in:
2024-11-17 14:37:31 +01:00
parent 42e45c349a
commit c638455671
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ RUN a2enmod rewrite
VOLUME /var/roundcube/config
# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.6.3
ENV ROUNDCUBEMAIL_VERSION 1.6.6
# Set the entry point
ENTRYPOINT ["/docker-entrypoint.sh"]

View File

@@ -3,7 +3,7 @@
set -ex
# Configuration options you usually edit go here
ROUNDCUBEMAIL_VERSION=1.6.3
ROUNDCUBEMAIL_VERSION=1.6.6
CHECK_GPG=false
CLEAN_INTERMEDIATES=false
CONTAINER_VOLUME_CONFIG=/var/roundcube/config