Skip to content

Commit

Permalink
Update to tideways-php 5.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 5, 2024
1 parent 1ddf7f0 commit b7528cf
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.0
ENV TIDEWAYS_PHP_SHA256_X64 dea9d64ccc1a82e5dfeb770b652994036f7c3e0a157791b8358b8e1b194827c1
ENV TIDEWAYS_PHP_SHA256_ARM64 0e61d56a9b1f6e6d09fde42d394e8b77d32507ae332f49c1c782f0beefd02b1f
ENV TIDEWAYS_PHP_VERSION 5.16.2
ENV TIDEWAYS_PHP_SHA256_X64 6d22c193855646f12b992a97384144d0dd0ad3af8d44b9ac27be877a01586a1f
ENV TIDEWAYS_PHP_SHA256_ARM64 9d74e4d03946484ab46e9e3e1e5b37f9ea55e896381f9d03e883bf3377af1691

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.0
ENV TIDEWAYS_PHP_SHA256_X64 b69ca0da375cebe433c36b31f804e0d288381fc51327747d9274fb942e8e6dd1
ENV TIDEWAYS_PHP_SHA256_ARM64 6dc3d178b1101b284c2583676bcb2aa6b23b122368ab8cfa4d0ddd58614ec80f
ENV TIDEWAYS_PHP_VERSION 5.16.2
ENV TIDEWAYS_PHP_SHA256_X64 14406730d552a4b5b3beec6474417ca041f4c931adc6dc46ae89db4187cb4b99
ENV TIDEWAYS_PHP_SHA256_ARM64 8769953490659edeed77044fd83c9e2c203eedcaef4dc63cb426f74614c77ad8

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

0 comments on commit b7528cf

Please sign in to comment.