diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 225825c..495a5a7 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.3.9-fpm-alpine as base WORKDIR /var/www/html # install extensions and packages -COPY --from=mlocati/php-extension-installer:2.2.17 /usr/bin/install-php-extensions /usr/local/sbin/ +COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/local/sbin/ RUN apk add --no-cache \ netcat-openbsd \ postgresql15-client \