Skip to content

Commit 51bfc6b

Browse files
Specify grpc version for reliable builds to ensure re-build each time we want to bump the version (#435)
1 parent ca54ad3 commit 51bfc6b

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 > /dev/null
5+
RUN MAKEFLAGS="-j $(nproc)" && pecl install grpc-1.54.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)