Browse Source

[php] OpenSwoole update to PHP/8.4 (#9943)

Joan Miquel 2 months ago
parent
commit
8da5eeb21f

+ 1 - 1
frameworks/PHP/openswoole/openswoole-no-async.dockerfile

@@ -1,4 +1,4 @@
-FROM php:8.3-cli
+FROM php:8.4-cli
 
 
 RUN apt-get update && apt-get install -y git > /dev/null
 RUN apt-get update && apt-get install -y git > /dev/null
 
 

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

@@ -1,4 +1,4 @@
-FROM php:8.3-cli
+FROM php:8.4-cli
 
 
 RUN apt-get update && apt-get install -y git > /dev/null
 RUN apt-get update && apt-get install -y git > /dev/null