We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b088979 commit 90760d9Copy full SHA for 90760d9
1 file changed
target/web/Dockerfile
@@ -30,7 +30,7 @@ ENV MYSQL_HOST=db \
30
COMPOSER_ALLOW_SUPERUSER=1 \
31
PHP_SESSION_SAVE_HANDLER=redis
32
33
-ARG EXTENSION_INSTALLER_VER=2.9.18 # renovate: depName=mlocati/docker-php-extension-installer
+ARG EXTENSION_INSTALLER_VER=2.9.19 # renovate: depName=mlocati/docker-php-extension-installer
34
RUN curl -sSLf \
35
-o /usr/local/bin/install-php-extensions \
36
https://github.com/mlocati/docker-php-extension-installer/releases/download/${EXTENSION_INSTALLER_VER}/install-php-extensions && \
0 commit comments