summaryrefslogtreecommitdiff
path: root/automation/clang-format/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'automation/clang-format/Dockerfile')
-rw-r--r--automation/clang-format/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/clang-format/Dockerfile b/automation/clang-format/Dockerfile
index 34fc0fb43..9f4f12a63 100644
--- a/automation/clang-format/Dockerfile
+++ b/automation/clang-format/Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
- clang-format-3.9 \
+ clang-format-10 \
locales \
python-dev \
python-pip \
@@ -19,7 +19,7 @@ RUN pip install mercurial==6.1.1
RUN update-alternatives --install /usr/bin/clang-format \
- clang-format $(which clang-format-3.9) 10
+ clang-format $(which clang-format-10) 10
ENV SHELL /bin/bash
ENV USER worker