Skip to content

Commit 8da5eeb

Browse files
authored
[php] OpenSwoole update to PHP/8.4 (#9943)
1 parent 16ee4d6 commit 8da5eeb

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)