Skip to content

Commit 1ecb31b

Browse files
committed
Use latest clang
1 parent 313ad4d commit 1ecb31b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
binutils-powerpc64le-linux-gnu \
1414
build-essential \
1515
ca-certificates \
16-
clang-16 \
16+
clang \
1717
git \
1818
golang \
1919
libcurl4 \
@@ -25,9 +25,6 @@ RUN apt-get update \
2525
protobuf-compiler \
2626
wget
2727

28-
RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100 \
29-
&& update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
30-
3128
COPY --from=xx / /
3229
ARG TARGETPLATFORM
3330

0 commit comments

Comments
 (0)