Skip to content

Commit

Permalink
Update to tideways-php 5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent fd2aeac commit ead38d1
Show file tree
Hide file tree
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
Expand Up @@ -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.16.2
ENV TIDEWAYS_PHP_SHA256_X64=6d22c193855646f12b992a97384144d0dd0ad3af8d44b9ac27be877a01586a1f
ENV TIDEWAYS_PHP_SHA256_ARM64=9d74e4d03946484ab46e9e3e1e5b37f9ea55e896381f9d03e883bf3377af1691
ENV TIDEWAYS_PHP_VERSION=5.17.0
ENV TIDEWAYS_PHP_SHA256_X64=cd69861924af578f1d494f8ec76ca93dc231573af4a2bbbd11aa21d6143e5a02
ENV TIDEWAYS_PHP_SHA256_ARM64=c469322c1cb9a17557b375474fa7d583cd87ec399f73c5461d5f4211fc371136

RUN set -eux; \
export DEBIAN_FRONTEND="noninteractive"; \
Expand Down
6 changes: 3 additions & 3 deletions php/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.2
ENV TIDEWAYS_PHP_SHA256_X64=14406730d552a4b5b3beec6474417ca041f4c931adc6dc46ae89db4187cb4b99
ENV TIDEWAYS_PHP_SHA256_ARM64=8769953490659edeed77044fd83c9e2c203eedcaef4dc63cb426f74614c77ad8
ENV TIDEWAYS_PHP_VERSION=5.17.0
ENV TIDEWAYS_PHP_SHA256_X64=d2c8df06f34b7728857df501de5edea70500372282b353cf652dc6da9d11f67f
ENV TIDEWAYS_PHP_SHA256_ARM64=bd65688193960e06adcf144df6ddecb0317e4ce59078e293b2b23011bc7cb493

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

0 comments on commit ead38d1

Please sign in to comment.