Skip to content

Commit d980606

Browse files
authored
Test with PHP8.4
1 parent d2e39f4 commit d980606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/PHP/fomo/fomo.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phpswoole/swoole:5.1.3-php8.3
1+
FROM phpswoole/swoole:php8.4
22

33
RUN docker-php-ext-install pcntl opcache > /dev/null
44

@@ -19,4 +19,4 @@ RUN chmod -R 777 /fomo/storage
1919

2020
EXPOSE 9000
2121

22-
ENTRYPOINT [ "php", "engineer", "server:start" ]
22+
ENTRYPOINT [ "php", "engineer", "server:start" ]

0 commit comments

Comments
 (0)