diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index d556607..e71d407 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -17,7 +17,7 @@ ENV PHP_COMPOSER_INSTALL=false ENV SOLDER_VERSION=0.7.16 # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION=0.2.31 +ENV SUPERCRONIC_VERSION=0.2.32 RUN curl -sSLo - https://github.com/TechnicPack/TechnicSolder/archive/refs/tags/v${SOLDER_VERSION}.tar.gz | tar -xzf - --strip 1 -C /srv/www && \ cd /srv/www && \ diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 3ebadeb..0bef0c6 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -17,7 +17,7 @@ ENV PHP_COMPOSER_INSTALL=false ENV SOLDER_VERSION=0.7.16 # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION=0.2.31 +ENV SUPERCRONIC_VERSION=0.2.32 RUN curl -sSLo - https://github.com/TechnicPack/TechnicSolder/archive/refs/tags/v${SOLDER_VERSION}.tar.gz | tar -xzf - --strip 1 -C /srv/www && \ cd /srv/www && \ diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index fca5ce6..9ade495 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -17,7 +17,7 @@ ENV PHP_COMPOSER_INSTALL=false ENV SOLDER_VERSION=0.7.16 # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION=0.2.31 +ENV SUPERCRONIC_VERSION=0.2.32 RUN curl -sSLo - https://github.com/TechnicPack/TechnicSolder/archive/refs/tags/v${SOLDER_VERSION}.tar.gz | tar -xzf - --strip 1 -C /srv/www && \ cd /srv/www && \ diff --git a/v0.7/Dockerfile.amd64 b/v0.7/Dockerfile.amd64 index d556607..e71d407 100644 --- a/v0.7/Dockerfile.amd64 +++ b/v0.7/Dockerfile.amd64 @@ -17,7 +17,7 @@ ENV PHP_COMPOSER_INSTALL=false ENV SOLDER_VERSION=0.7.16 # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION=0.2.31 +ENV SUPERCRONIC_VERSION=0.2.32 RUN curl -sSLo - https://github.com/TechnicPack/TechnicSolder/archive/refs/tags/v${SOLDER_VERSION}.tar.gz | tar -xzf - --strip 1 -C /srv/www && \ cd /srv/www && \ diff --git a/v0.7/Dockerfile.arm b/v0.7/Dockerfile.arm index 3ebadeb..0bef0c6 100644 --- a/v0.7/Dockerfile.arm +++ b/v0.7/Dockerfile.arm @@ -17,7 +17,7 @@ ENV PHP_COMPOSER_INSTALL=false ENV SOLDER_VERSION=0.7.16 # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION=0.2.31 +ENV SUPERCRONIC_VERSION=0.2.32 RUN curl -sSLo - https://github.com/TechnicPack/TechnicSolder/archive/refs/tags/v${SOLDER_VERSION}.tar.gz | tar -xzf - --strip 1 -C /srv/www && \ cd /srv/www && \ diff --git a/v0.7/Dockerfile.arm64 b/v0.7/Dockerfile.arm64 index fca5ce6..9ade495 100644 --- a/v0.7/Dockerfile.arm64 +++ b/v0.7/Dockerfile.arm64 @@ -17,7 +17,7 @@ ENV PHP_COMPOSER_INSTALL=false ENV SOLDER_VERSION=0.7.16 # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION=0.2.31 +ENV SUPERCRONIC_VERSION=0.2.32 RUN curl -sSLo - https://github.com/TechnicPack/TechnicSolder/archive/refs/tags/v${SOLDER_VERSION}.tar.gz | tar -xzf - --strip 1 -C /srv/www && \ cd /srv/www && \