Skip to content

Commit

Permalink
support grpc 1.49.1
Browse files Browse the repository at this point in the history
- "DOCKER_TAG": "2022.10.0"
  • Loading branch information
alexey-utkin committed Oct 10, 2022
1 parent 89bdb82 commit 8a8237d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": [
{
"DOCKER_TAG": "2022.9.0",
"DOCKER_TAG": "2022.10.0",
"OPERATING_SYSTEM_TAG": "18.04",
"LLVM_VERSION_MAJOR": "10"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_base
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN cd $UTBOT_ALL && rm -rf $UTBOT_ALL/llvm-project && rm -rf $UTBOT_ALL/llvm_go

# Install GRPC
FROM base_env
RUN git clone --single-branch -b v1.29.0 --depth=1 https://github.com/grpc/grpc $UTBOT_ALL/grpc
RUN git clone --single-branch -b v1.49.0 --depth=1 https://github.com/grpc/grpc $UTBOT_ALL/grpc
RUN cd $UTBOT_ALL/grpc && git submodule update --init
RUN cd $UTBOT_ALL/grpc \
&& mkdir -p cmake/build \
Expand Down

0 comments on commit 8a8237d

Please sign in to comment.