Update to RC 1.4.8 and PHP 7.4
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM php:7.1-apache
|
||||
FROM php:7.4-apache
|
||||
LABEL maintainer="Torben Nehmer <torben@nehmer.net>"
|
||||
|
||||
RUN set -ex; \
|
||||
@ -20,7 +20,7 @@ RUN set -ex; \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr --with-jpeg-dir=/usr; \
|
||||
docker-php-ext-configure gd ; \
|
||||
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||
docker-php-ext-install \
|
||||
exif \
|
||||
@ -57,7 +57,7 @@ RUN set -ex; \
|
||||
VOLUME /var/roundcube/config
|
||||
|
||||
# Define Roundcubemail version
|
||||
ENV ROUNDCUBEMAIL_VERSION 1.4.7
|
||||
ENV ROUNDCUBEMAIL_VERSION 1.4.8
|
||||
|
||||
# Set the entry point
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user