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 149845b commit 5fa3adbCopy full SHA for 5fa3adb
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.1 # renovate: depName=mlocati/docker-php-extension-installer
+ARG EXTENSION_INSTALLER_VER=2.8.2 # 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