Skip to content

Commit 29a5b6f

Browse files
authored
[swoole] Update to PHP 8 (#6186)
1 parent e7aaae2 commit 29a5b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/PHP/swoole/swoole-no-async.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4
1+
FROM php:8.0-cli
22

33
RUN pecl install swoole > /dev/null && \
44
docker-php-ext-enable swoole

frameworks/PHP/swoole/swoole.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4
1+
FROM php:8.0-cli
22

33
RUN pecl install swoole > /dev/null && \
44
docker-php-ext-enable swoole

0 commit comments

Comments
 (0)