We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bdb82 commit 8a8237dCopy full SHA for 8a8237d
.github/workflows/matrix.json
@@ -1,7 +1,7 @@
1
{
2
"include": [
3
4
- "DOCKER_TAG": "2022.9.0",
+ "DOCKER_TAG": "2022.10.0",
5
"OPERATING_SYSTEM_TAG": "18.04",
6
"LLVM_VERSION_MAJOR": "10"
7
}
docker/Dockerfile_base
@@ -120,7 +120,7 @@ RUN cd $UTBOT_ALL && rm -rf $UTBOT_ALL/llvm-project && rm -rf $UTBOT_ALL/llvm_go
120
121
# Install GRPC
122
FROM base_env
123
-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
124
RUN cd $UTBOT_ALL/grpc && git submodule update --init
125
RUN cd $UTBOT_ALL/grpc \
126
&& mkdir -p cmake/build \
0 commit comments