We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead7488 commit 4b30de5Copy full SHA for 4b30de5
1 file changed
docker/Dockerfile
@@ -5,7 +5,7 @@
5
FROM ubuntu:23.04 as cpp-docker-common
6
7
ARG DEBIAN_FRONTEND=noninteractive
8
-ARG CLANG_COMPILER_VERSION=17
+ARG CLANG_COMPILER_VERSION=15
9
ARG CMAKE_VERSION=3.28.3
10
ENV PATH="${PATH}:/cmake-${CMAKE_VERSION}-linux-x86_64/bin/:"
11
0 commit comments