Updated to Roundcube 1.4.5

This commit is contained in:
Torben Nehmer 2020-06-11 17:50:26 +02:00
parent 6a456a71a2
commit 4a421c40b2
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ RUN set -ex; \
VOLUME /var/roundcube/config VOLUME /var/roundcube/config
# Define Roundcubemail version # Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.4.3 ENV ROUNDCUBEMAIL_VERSION 1.4.5
# Set the entry point # Set the entry point
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]

View File

@ -2,4 +2,4 @@
set -ex set -ex
docker build --force-rm -t nathan/roundcube -f Dockerfile build docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build

View File

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