Skip to content

Commit

Permalink
Update to tideways-php 5.17.2
Browse files Browse the repository at this point in the history
github-actions[bot] authored Jan 30, 2025
1 parent e04fc60 commit 97ca29d
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions php/Dockerfile
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ LABEL org.opencontainers.image.source="https://github.com/tideways/container-ima

COPY --chmod=0755 get-ext-path.php /tideways/

ENV TIDEWAYS_PHP_VERSION=5.17.0
ENV TIDEWAYS_PHP_SHA256_X64=cd69861924af578f1d494f8ec76ca93dc231573af4a2bbbd11aa21d6143e5a02
ENV TIDEWAYS_PHP_SHA256_ARM64=c469322c1cb9a17557b375474fa7d583cd87ec399f73c5461d5f4211fc371136
ENV TIDEWAYS_PHP_VERSION=5.17.2
ENV TIDEWAYS_PHP_SHA256_X64=528f465a94f74d5dbe342680685796c1ca32c9ae1932b84e38c2393ed279584a
ENV TIDEWAYS_PHP_SHA256_ARM64=a759e0eafd86928aa81f75ae193dddfd9a83ea56e9a92e0f225abd1687699288

RUN set -eux; \
export DEBIAN_FRONTEND="noninteractive"; \
6 changes: 3 additions & 3 deletions php/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ LABEL org.opencontainers.image.source="https://github.com/tideways/container-ima

COPY --chmod=0755 get-ext-path.php /tideways/

ENV TIDEWAYS_PHP_VERSION=5.17.0
ENV TIDEWAYS_PHP_SHA256_X64=d2c8df06f34b7728857df501de5edea70500372282b353cf652dc6da9d11f67f
ENV TIDEWAYS_PHP_SHA256_ARM64=bd65688193960e06adcf144df6ddecb0317e4ce59078e293b2b23011bc7cb493
ENV TIDEWAYS_PHP_VERSION=5.17.2
ENV TIDEWAYS_PHP_SHA256_X64=f482588dcf97d8d4167877f0567bb7f635fa41983efc5219759defd1397a1695
ENV TIDEWAYS_PHP_SHA256_ARM64=3a45c76fbe91ae9ef330b7f2ff3c84a27797d382b8ea272cc5227389ada2ee93

RUN set -eux; \
apk add --no-cache --virtual .build-deps \

0 comments on commit 97ca29d

Please sign in to comment.