We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728e704 commit 1b5f917Copy full SHA for 1b5f917
frameworks/PHP/spiral/spiral.dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.3-cli
+FROM php:8.4-cli
2
3
RUN apt-get update -yqq > /dev/null && apt-get install -yqq git unzip > /dev/null
4
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
@@ -9,7 +9,7 @@ RUN docker-php-ext-install \
9
sockets > /dev/null
10
11
# RoadRunner >= 2024.x.x requires protobuf extensions to be installed
12
-ARG PROTOBUF_VERSION="4.26.1"
+ARG PROTOBUF_VERSION="4.30.1"
13
RUN pecl channel-update pecl.php.net
14
RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf-${PROTOBUF_VERSION} > /dev/null
15
0 commit comments