Browse Source

Update imi to php 7.4 (#5298)

Yurun 5 years ago
parent
commit
3cd7ba2582
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/imi/imi.dockerfile

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

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