We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012c340 commit 7ed1726Copy full SHA for 7ed1726
frameworks/PHP/simps/simps-micro.dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.0-cli
+FROM php:8.2-cli
2
3
RUN pecl install swoole > /dev/null && \
4
docker-php-ext-enable swoole
@@ -19,4 +19,4 @@ RUN composer dumpautoload -o
19
20
EXPOSE 8080
21
22
-CMD php sbin/simps.php http:start
+CMD php sbin/simps.php http:start
frameworks/PHP/simps/simps.dockerfile
0 commit comments