chore(grpcio): bump to 1.70

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-02-10 18:37:52 +01:00
parent 099469cb05
commit 293762e5a3
3 changed files with 4 additions and 4 deletions

View file

@ -198,7 +198,7 @@ FROM ${GRPC_BASE_IMAGE} AS grpc
# This is a bit of a hack, but it's required in order to be able to effectively cache this layer in CI
ARG GRPC_MAKEFLAGS="-j4 -Otarget"
ARG GRPC_VERSION=v1.65.0
ARG GRPC_VERSION=v1.70.0
ARG CMAKE_FROM_SOURCE=false
ARG CMAKE_VERSION=3.26.4