Skip to content

Commit a0186eb

Browse files
authored
chore: use clang-20 in Dockerfile (#6600)
1 parent be52cc1 commit a0186eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212

1313
# install dependencies
1414
RUN apt-get update && \
15-
apt-get install --no-install-recommends -y build-essential clang-14 curl git ca-certificates
15+
apt-get install --no-install-recommends -y build-essential clang-20 curl git ca-certificates
1616
RUN update-ca-certificates
17-
ENV CC=clang-14 CXX=clang++-14
17+
ENV CC=clang-20 CXX=clang++-20
1818

1919
# install Rust
2020
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile minimal

0 commit comments

Comments
 (0)