mirror of
https://github.com/wiiu-env/clang-format-checker-docker.git
synced 2024-11-16 16:29:15 +01:00
Update clang-format to 10.0
This commit is contained in:
parent
3357bd8888
commit
fb04fbd04f
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:19.04
|
||||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt update && apt-get install -y --no-install-recommends \
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
clang-format python3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 50fc7ad73e596225955fe90226ee7870b28febf2
|
||||
Subproject commit de6e8ca07d171a7f378d379ff252a00f2905e81d
|
Loading…
Reference in New Issue
Block a user