-FROM php:7.3-apache
+FROM php:7.4-apache
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
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 \
-FROM php:7.3-fpm-alpine
+FROM php:7.4-fpm-alpine
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
# entrypoint.sh and installto.sh dependencies
sqlite-dev \
; \
\
- docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ docker-php-ext-configure gd; \
docker-php-ext-configure ldap; \
docker-php-ext-install \
exif \
-FROM php:7.3-fpm
+FROM php:7.4-fpm
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
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 \
-FROM php:7.3-%%VARIANT%%
+FROM php:7.4-%%VARIANT%%
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
# entrypoint.sh and installto.sh dependencies
sqlite-dev \
; \
\
- docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ docker-php-ext-configure gd; \
docker-php-ext-configure ldap; \
docker-php-ext-install \
exif \
-FROM php:7.3-%%VARIANT%%
+FROM php:7.4-%%VARIANT%%
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
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 \