Skip to content

Commit 2219f26

Browse files
authored
[php] Ripple update to PHP 8.5 (#10326)
* [php] Ripple update to PHP 8.5 * Add posix
1 parent 2c4a992 commit 2219f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/PHP/ripple/ripple.dockerfile

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

33
RUN apt-get update -yqq >> /dev/null
44
RUN apt-get install -y libevent-dev \
@@ -10,7 +10,6 @@ RUN apt-get install -y libevent-dev \
1010

1111
RUN docker-php-ext-install pdo_mysql \
1212
ffi \
13-
opcache \
1413
posix \
1514
pcntl \
1615
sockets >> /dev/null

0 commit comments

Comments
 (0)