File tree Expand file tree Collapse file tree 3 files changed +220
-220
lines changed
Expand file tree Collapse file tree 3 files changed +220
-220
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.12 -slim
1+ FROM python:3.13 -slim
22
33# Install system packages.
44RUN apt-get update \
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ http_archive(
7373# instantiated in grpc_deps().
7474http_archive (
7575 name = "com_google_protobuf" ,
76- sha256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db " ,
77- strip_prefix = "protobuf-28.2 " ,
78- urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.2 .tar.gz" ],
76+ sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a " ,
77+ strip_prefix = "protobuf-28.3 " ,
78+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.3 .tar.gz" ],
7979)
8080load ("@com_github_grpc_grpc//bazel:grpc_deps.bzl" , "grpc_deps" )
8181
You can’t perform that action at this time.
0 commit comments