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 daf46b4 commit c4f097cCopy full SHA for c4f097c
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.7.38 # renovate: depName=mlocati/docker-php-extension-installer
+ARG EXTENSION_INSTALLER_VER=2.8.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