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 \