File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
44LABEL vendor="https://github.com/jeboehm/docker-mailserver"
55LABEL de.ressourcenkonflikt.docker-mailserver.autoheal="true"
66
7- ARG EXTENSION_INSTALLER_VER=2.9.9 # renovate: depName=mlocati/docker-php-extension-installer
7+ ARG EXTENSION_INSTALLER_VER=2.9.13 # renovate: depName=mlocati/docker-php-extension-installer
88RUN curl -sSLf \
99 -o /usr/local/bin/install-php-extensions \
1010 https://github.com/mlocati/docker-php-extension-installer/releases/download/${EXTENSION_INSTALLER_VER}/install-php-extensions && \
@@ -70,7 +70,7 @@ RUN --mount=type=cache,target=/root/.composer \
7070 ${RC_PLUGINS}; \
7171 fi
7272
73- ARG ADMIN_VER=5.5.2 # renovate: depName=jeboehm/mailserver-admin
73+ ARG ADMIN_VER=5.5.3 # renovate: depName=jeboehm/mailserver-admin
7474WORKDIR /opt/manager
7575RUN --mount=type=cache,target=/root/.composer \
7676 curl -sSLf \
You can’t perform that action at this time.
0 commit comments