mirror of
https://github.com/wiiu-env/clang-format-checker-docker.git
synced 2024-11-16 16:29:15 +01:00
Use clang-format 13
This commit is contained in:
parent
e50fa7bd0f
commit
3c259cc99e
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:20.04
|
||||
FROM ubuntu:21.10
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
clang-format python3 \
|
||||
clang-format-13 python3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD run-clang-format/run-clang-format.py /usr/bin
|
||||
@ -11,7 +11,7 @@ RUN mkdir /src
|
||||
WORKDIR /src
|
||||
|
||||
RUN echo "--- Clang-format version ---"
|
||||
RUN clang-format --version
|
||||
RUN clang-format-13 --version
|
||||
|
||||
ENTRYPOINT ["run-clang-format.py"]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit de6e8ca07d171a7f378d379ff252a00f2905e81d
|
||||
Subproject commit 718d53d254eec445016fe9a43958d6e9a80744ef
|
Loading…
Reference in New Issue
Block a user