Updated to Roundcube 1.4.3

This commit is contained in:
2020-02-20 19:07:04 +01:00
parent 49241307be
commit 6a456a71a2
4 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@ RUN set -ex; \
libpng-dev \
libpq-dev \
libsqlite3-dev \
zlib1g-dev \
libzip-dev \
# ISPConfig requirement
libxml2-dev \
; \
@ -57,7 +57,7 @@ RUN set -ex; \
VOLUME /var/roundcube/config
# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.10
ENV ROUNDCUBEMAIL_VERSION 1.4.3
# Set the entry point
ENTRYPOINT ["/docker-entrypoint.sh"]