Skip to content

Commit f03121c

Browse files
committed
build portable container bump ubuntu version
1 parent 8cfc7d0 commit f03121c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/action-scripts/install-dependencies-for-docker-image-without-utbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
sudo apt update && sudo apt install -y build-essential cmake
77

88
# install clang
9-
sudo apt update && sudo apt -y install clang-14
9+
sudo apt update && sudo apt -y install clang-10
1010

1111
#install git for gtest
1212
sudo apt install -y software-properties-common

0 commit comments

Comments
 (0)