Skip to content

Commit

Permalink
patch(deps): update dependency aptible/supercronic to v0.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 11, 2024
1 parent c09e1aa commit c910d96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
ENV SUPERCRONIC_VERSION=0.2.33

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 && \
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
ENV SUPERCRONIC_VERSION=0.2.33

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 && \
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
ENV SUPERCRONIC_VERSION=0.2.33

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 && \
Expand Down
2 changes: 1 addition & 1 deletion v0.7/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
ENV SUPERCRONIC_VERSION=0.2.33

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 && \
Expand Down
2 changes: 1 addition & 1 deletion v0.7/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
ENV SUPERCRONIC_VERSION=0.2.33

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 && \
Expand Down
2 changes: 1 addition & 1 deletion v0.7/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
ENV SUPERCRONIC_VERSION=0.2.33

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 && \
Expand Down

0 comments on commit c910d96

Please sign in to comment.