Skip to content

Commit

Permalink
Update to tideways-php 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent 217e729 commit 9e22bd9
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.13.0
ENV TIDEWAYS_PHP_SHA256_X64 1e21fb12300ea87218688465a7f71e9a153e417f50eba657f11a57d6a71cb59d
ENV TIDEWAYS_PHP_SHA256_ARM64 927b4dafc28cace04ad99653fc431347b302b91b77ac902a869b790749b9a953
ENV TIDEWAYS_PHP_VERSION 5.14.0
ENV TIDEWAYS_PHP_SHA256_X64 8e14e51e4741aa723e1e610f6dac29234cf7b481d425d4f0bad2ec980e6e06cc
ENV TIDEWAYS_PHP_SHA256_ARM64 1e463289edc5508bd1c056761ffd01b8707eb6aad25921996132006b91ed3bab

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.13.0
ENV TIDEWAYS_PHP_SHA256_X64 23f12e942b7ced3dd2b0e485d5cf0375bc9dd9950bb6cf992435ffb2a6d52a67
ENV TIDEWAYS_PHP_SHA256_ARM64 a48623e72dd90c34a2d276d606d86601e3484841c0d8411120c2be33727da936
ENV TIDEWAYS_PHP_VERSION 5.14.0
ENV TIDEWAYS_PHP_SHA256_X64 3a3c7aebebffee5b35df43a048f17398fe6f06a1ffbcee3bded59e611e79cf95
ENV TIDEWAYS_PHP_SHA256_ARM64 52fc30ae58c4ee232b797582ea576ca55fcc18568e64020090b8807fed5bf1f0

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

0 comments on commit 9e22bd9

Please sign in to comment.