Skip to content

Commit

Permalink
fix: use php 8.2 version of the relay extension
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Nov 28, 2023
1 parent b69c819 commit 857b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN set -xe; \
RUN set -xe; \
mkdir -p ${RELAY_BUILD_DIR}; \
RELAY_CPU_ARCHITECTURE=$(arch | sed -e 's/arm64/aarch64/;s/amd64\|x86_64/x86-64/') && \
curl -L "https://builds.r2.relay.so/v${VERSION_RELAY_EXTENSION}/relay-v${VERSION_RELAY_EXTENSION}-php8.1-centos7-${RELAY_CPU_ARCHITECTURE}.tar.gz" \
curl -L "https://builds.r2.relay.so/v${VERSION_RELAY_EXTENSION}/relay-v${VERSION_RELAY_EXTENSION}-php8.2-centos7-${RELAY_CPU_ARCHITECTURE}.tar.gz" \
| tar xzC ${RELAY_BUILD_DIR} --strip-components=1
WORKDIR ${RELAY_BUILD_DIR}/
RUN cp relay.ini ${INSTALL_DIR}/etc/php/conf.d/50-relay.ini; \
Expand Down

0 comments on commit 857b858

Please sign in to comment.