Skip to content

Commit

Permalink
Update to tideways-php 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Jun 13, 2024
1 parent 810f7aa commit 6969c4e
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.9.2
ENV TIDEWAYS_PHP_SHA256_X64 7010f2ea219ee3614f97c37bf7ab19962316b47864f778282998a8b2ad90f0db
ENV TIDEWAYS_PHP_SHA256_ARM64 f30617015b309fd901992534cfe27f7fc00ea7237497a9fe6dd726584a3d8bea
ENV TIDEWAYS_PHP_VERSION 5.10.0
ENV TIDEWAYS_PHP_SHA256_X64 66ad8833537c87b37974e37a49068d9b8b1601c2f8c318e3c124c73356e0a030
ENV TIDEWAYS_PHP_SHA256_ARM64 c0fd35cd7afd4214dda57ee0f3959de9695fd14bc8fb6954e358439cd7a98fcb

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.9.2
ENV TIDEWAYS_PHP_SHA256_X64 b4bade1d4d0b6f59fa51eb4d1ea87b07928a2a5631230e8d48c59f8505eedc63
ENV TIDEWAYS_PHP_SHA256_ARM64 2d3288a8f497544614eda18ca8d4d98dae68493b9b2fd1312556509b6056b8ef
ENV TIDEWAYS_PHP_VERSION 5.10.0
ENV TIDEWAYS_PHP_SHA256_X64 8865449e4619690a2230b4e8783f3a425df2c45e6b287cee251fe6e062b98eae
ENV TIDEWAYS_PHP_SHA256_ARM64 0ebfcf41c6ef7bdafac4e7539d3433e7276bec54637b6a759d9d07774abdc25c

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

0 comments on commit 6969c4e

Please sign in to comment.