From 756905437cf85062006281ae17134017e3f7fcf2 Mon Sep 17 00:00:00 2001 From: Michal Hybner Date: Thu, 26 Dec 2024 13:12:46 +0100 Subject: [PATCH] swoole: revert, build of version 6.0.0 fails --- layers/swoole/Dockerfile | 2 +- layers/swoole/config.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/layers/swoole/Dockerfile b/layers/swoole/Dockerfile index 0d7ce903..226c35cf 100644 --- a/layers/swoole/Dockerfile +++ b/layers/swoole/Dockerfile @@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext RUN set -ex && \ LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel postgresql-devel openssl-devel && \ mkdir ${PHP_BUILD_DIR}/ext/swoole && \ - curl -sfL https://github.com/swoole/swoole-src/archive/v6.0.0.tar.gz -o swoole.tar.gz && \ + curl -sfL https://github.com/swoole/swoole-src/archive/v5.1.2.tar.gz -o swoole.tar.gz && \ tar xfz swoole.tar.gz --strip-components=1 -C ${PHP_BUILD_DIR}/ext/swoole && \ cd ${PHP_BUILD_DIR}/ext/swoole && \ phpize && \ diff --git a/layers/swoole/config.json b/layers/swoole/config.json index 0fc14890..eea4b0f4 100644 --- a/layers/swoole/config.json +++ b/layers/swoole/config.json @@ -3,7 +3,6 @@ "80", "81", "82", - "83", - "84" + "83" ] }