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 60f80ad commit 30b4d64Copy full SHA for 30b4d64
target/web/Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
4
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
5
LABEL de.ressourcenkonflikt.docker-mailserver.autoheal="true"
6
7
-ARG EXTENSION_INSTALLER_VER=2.9.9 # renovate: depName=mlocati/docker-php-extension-installer
+ARG EXTENSION_INSTALLER_VER=2.9.11 # 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