Skip to content

Commit 7ed1726

Browse files
authored
[php] Simps update to PHP 8.2 (#8082)
1 parent 012c340 commit 7ed1726

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frameworks/PHP/simps/simps-micro.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-cli
1+
FROM php:8.2-cli
22

33
RUN pecl install swoole > /dev/null && \
44
docker-php-ext-enable swoole
@@ -19,4 +19,4 @@ RUN composer dumpautoload -o
1919

2020
EXPOSE 8080
2121

22-
CMD php sbin/simps.php http:start
22+
CMD php sbin/simps.php http:start

frameworks/PHP/simps/simps.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-cli
1+
FROM php:8.2-cli
22

33
RUN pecl install swoole > /dev/null && \
44
docker-php-ext-enable swoole
@@ -19,4 +19,4 @@ RUN composer dumpautoload -o
1919

2020
EXPOSE 8080
2121

22-
CMD php sbin/simps.php http:start
22+
CMD php sbin/simps.php http:start

0 commit comments

Comments
 (0)