From 8841711d610c3c91d1d78c56290278d213d837fd Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sun, 28 Jan 2024 14:52:04 -0800 Subject: [PATCH] Set clang-format version to 14 for noble --- v6.13/Dockerfile.ubuntu.noble | 2 +- v6.14/Dockerfile.ubuntu.noble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \