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 3842bf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
@@ -0,0 +1,4 @@
changes:
- type: chore
scope: protobuf
description: Bumps python grpcio version
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 3842bf3

Please sign in to comment.