Browse Source

Update swoole to php 7.4 (#5275)

Joan Miquel 5 years ago
parent
commit
f570f00b69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/swoole/swoole.dockerfile

+ 1 - 1
frameworks/PHP/swoole/swoole.dockerfile

@@ -1,4 +1,4 @@
-FROM php:7.3
+FROM php:7.4
 
 
 RUN pecl install swoole > /dev/null && \
 RUN pecl install swoole > /dev/null && \
     docker-php-ext-enable swoole
     docker-php-ext-enable swoole