We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281be42 commit 6caa1ccCopy full SHA for 6caa1cc
web/Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
4
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
5
LABEL de.ressourcenkonflikt.docker-mailserver.autoheal="true"
6
7
-ARG EXTENSION_INSTALLER_VER=2.8.6 # renovate: depName=mlocati/docker-php-extension-installer
+ARG EXTENSION_INSTALLER_VER=2.9.0 # renovate: depName=mlocati/docker-php-extension-installer
8
RUN curl -sSLf \
9
-o /usr/local/bin/install-php-extensions \
10
https://github.com/mlocati/docker-php-extension-installer/releases/download/${EXTENSION_INSTALLER_VER}/install-php-extensions && \
0 commit comments