Skip to content

Commit 09b7df0

Browse files
committed
[php] OpenSwoole update to PHP/8.4
1 parent 568f4f8 commit 09b7df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

33
RUN apt-get update && apt-get install -y git > /dev/null
44

frameworks/PHP/openswoole/openswoole.dockerfile

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

33
RUN apt-get update && apt-get install -y git > /dev/null
44

0 commit comments

Comments
 (0)