diff --git a/v6.13/Dockerfile.ubuntu.noble b/v6.13/Dockerfile.ubuntu.noble index 11c9cec..ae43106 100644 --- a/v6.13/Dockerfile.ubuntu.noble +++ b/v6.13/Dockerfile.ubuntu.noble @@ -15,7 +15,7 @@ RUN apt-get update -qq RUN apt-get install -y --no-install-recommends \ build-essential \ clang \ - clang-format-12 \ + clang-format-14 \ cmake \ curl \ doxygen \ diff --git a/v6.14/Dockerfile.ubuntu.noble b/v6.14/Dockerfile.ubuntu.noble index 11c9cec..ae43106 100644 --- a/v6.14/Dockerfile.ubuntu.noble +++ b/v6.14/Dockerfile.ubuntu.noble @@ -15,7 +15,7 @@ RUN apt-get update -qq RUN apt-get install -y --no-install-recommends \ build-essential \ clang \ - clang-format-12 \ + clang-format-14 \ cmake \ curl \ doxygen \