1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Use protobuf 3.24.2 by default (#793)

This commit is contained in:
Michele Locati 2023-08-25 23:51:35 +02:00 committed by GitHub
parent 4261e8c70c
commit 563d105a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3165,7 +3165,7 @@ installRemoteModule() {
installRemoteModule_version=3.12.4
else
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.24.1
installRemoteModule_version=3.24.2
fi
fi
;;