Skip to content

Commit 7569054

Browse files
committed
swoole: revert, build of version 6.0.0 fails
1 parent 8555be0 commit 7569054

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

layers/swoole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
55
RUN set -ex && \
66
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel postgresql-devel openssl-devel && \
77
mkdir ${PHP_BUILD_DIR}/ext/swoole && \
8-
curl -sfL https://github.com/swoole/swoole-src/archive/v6.0.0.tar.gz -o swoole.tar.gz && \
8+
curl -sfL https://github.com/swoole/swoole-src/archive/v5.1.2.tar.gz -o swoole.tar.gz && \
99
tar xfz swoole.tar.gz --strip-components=1 -C ${PHP_BUILD_DIR}/ext/swoole && \
1010
cd ${PHP_BUILD_DIR}/ext/swoole && \
1111
phpize && \

layers/swoole/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"80",
44
"81",
55
"82",
6-
"83",
7-
"84"
6+
"83"
87
]
98
}

0 commit comments

Comments
 (0)