We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8555be0 commit 7569054Copy full SHA for 7569054
2 files changed
layers/swoole/Dockerfile
@@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
5
RUN set -ex && \
6
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel postgresql-devel openssl-devel && \
7
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 && \
+ curl -sfL https://github.com/swoole/swoole-src/archive/v5.1.2.tar.gz -o swoole.tar.gz && \
9
tar xfz swoole.tar.gz --strip-components=1 -C ${PHP_BUILD_DIR}/ext/swoole && \
10
cd ${PHP_BUILD_DIR}/ext/swoole && \
11
phpize && \
layers/swoole/config.json
@@ -3,7 +3,6 @@
3
"80",
4
"81",
"82",
- "83",
- "84"
+ "83"
]
}
0 commit comments