Skip to content

Commit

Permalink
Use clang 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jul 8, 2024
1 parent 0c0728d commit 20ea533
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
build-essential \
ca-certificates \
clang \
clang-16 \
git \
golang \
libcurl4 \
Expand All @@ -22,6 +22,9 @@ RUN apt-get update \
protobuf-compiler \
wget

RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100 \
&& update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100

COPY --from=xx / /
ARG TARGETPLATFORM

Expand Down

0 comments on commit 20ea533

Please sign in to comment.