Skip to content

Commit 2c4a992

Browse files
authored
[php] Spiral update to PHP 8.5 (#10325)
1 parent 60effe1 commit 2c4a992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/PHP/spiral/spiral.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
FROM php:8.4-cli
1+
FROM php:8.5-cli
22

33
RUN apt-get update -yqq > /dev/null && apt-get install -yqq git unzip > /dev/null
44
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
55

66
RUN docker-php-ext-install \
7-
opcache \
87
pdo_mysql \
98
sockets > /dev/null
109

0 commit comments

Comments
 (0)