Skip to content

Commit 8a8237d

Browse files
committed
support grpc 1.49.1
- "DOCKER_TAG": "2022.10.0"
1 parent 89bdb82 commit 8a8237d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matrix.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": [
33
{
4-
"DOCKER_TAG": "2022.9.0",
4+
"DOCKER_TAG": "2022.10.0",
55
"OPERATING_SYSTEM_TAG": "18.04",
66
"LLVM_VERSION_MAJOR": "10"
77
}

docker/Dockerfile_base

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RUN cd $UTBOT_ALL && rm -rf $UTBOT_ALL/llvm-project && rm -rf $UTBOT_ALL/llvm_go
120120

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

0 commit comments

Comments
 (0)