From 08f373c998d11095e83dbbe3815bc44907322bfe Mon Sep 17 00:00:00 2001 From: pasta Date: Wed, 11 Oct 2023 20:28:25 -0500 Subject: [PATCH] clang-15? --- contrib/containers/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/containers/ci/Dockerfile b/contrib/containers/ci/Dockerfile index bf9d47053e1b38..c629312b5782f0 100644 --- a/contrib/containers/ci/Dockerfile +++ b/contrib/containers/ci/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install $APT_ARGS \ bsdmainutils \ curl \ ccache \ - clang \ + clang-15 \ cmake \ git \ g++-12 \