Skip to content

Commit 86dff3b

Browse files
authored
Merge pull request #477 from GrahamCampbell/upgrade-grpc
Upgrade to `grpc` `1.57.0`
2 parents 96c93d7 + 3ffe7b2 commit 86dff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/grpc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PHP_VERSION
22
ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

5-
RUN MAKEFLAGS="-j $(nproc)" && pecl install grpc-1.55.0 > /dev/null
5+
RUN MAKEFLAGS="-j $(nproc)" && pecl install grpc-1.57.0 > /dev/null
66
RUN cp `php-config --extension-dir`/grpc.so /tmp/grpc.so
77
RUN strip --strip-debug /tmp/grpc.so
88
RUN echo 'extension=grpc.so' > /tmp/ext.ini

0 commit comments

Comments
 (0)