Skip to content

Commit 1b5f917

Browse files
committed
Update PHP to 8.4
1 parent 728e704 commit 1b5f917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/PHP/spiral/spiral.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-cli
1+
FROM php:8.4-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
@@ -9,7 +9,7 @@ RUN docker-php-ext-install \
99
sockets > /dev/null
1010

1111
# RoadRunner >= 2024.x.x requires protobuf extensions to be installed
12-
ARG PROTOBUF_VERSION="4.26.1"
12+
ARG PROTOBUF_VERSION="4.30.1"
1313
RUN pecl channel-update pecl.php.net
1414
RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf-${PROTOBUF_VERSION} > /dev/null
1515

0 commit comments

Comments
 (0)