From 167b154ec7dbc7817be60661f6f21fe825d56e67 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 8 Aug 2020 18:45:43 +0200 Subject: [PATCH] linux-clang-format: Make use of clang-format 10 This plays nicer with C++ attributes and is also more up to date. --- linux-clang-format/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-clang-format/Dockerfile b/linux-clang-format/Dockerfile index a0711cf..ba02ba6 100644 --- a/linux-clang-format/Dockerfile +++ b/linux-clang-format/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:20.04 LABEL maintainer="citraemu" ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get -y full-upgrade -RUN apt-get install -y git clang-format-6.0 p7zip-full +RUN apt-get install -y git clang-format-10.0 p7zip-full