Skip to content

Commit

Permalink
chore: bumps python grpcio versions in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kpitzen committed Oct 18, 2022
1 parent ffc5215 commit 10638b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/build-container/Dockerfile
Expand Up @@ -53,6 +53,6 @@ RUN PROTOC_VERSION=3.20.1 \
PROTOC_GEN_GO_VERSION=1.5.2 \
NODEJS_GRPC_VERSION=1.24.2 \
NODEJS_GRPC_TOOLS_VERSION=1.8.1 \
PYTHON_GRPCIO_VERSION=1.46.3 \
PYTHON_GRPCIO_TOOLS_VERSION=1.46.3 \
PYTHON_GRPCIO_VERSION=1.49.1 \
PYTHON_GRPCIO_TOOLS_VERSION=1.49.1 \
/build-scripts/install-protobuf-tools.sh

0 comments on commit 10638b0

Please sign in to comment.