Updated to 1.3.8

This commit is contained in:
Torben Nehmer 2018-11-29 21:13:17 +01:00
parent 6c5e2fa09a
commit e45ae46e9a
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ RUN set -ex; \
VOLUME /var/roundcube/config
# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.7
ENV ROUNDCUBEMAIL_VERSION 1.3.8
# 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.3.7
ROUNDCUBEMAIL_VERSION=1.3.8
CHECK_GPG=false
CLEAN_INTERMEDIATES=false
CONTAINER_VOLUME_CONFIG=/var/roundcube/config