Skip to content

Commit ac11fec

Browse files
authored
update clang version in Dockerfile (#2313)
1 parent 6594192 commit ac11fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN case "${TARGETPLATFORM}" in \
1717
esac
1818
RUN export DEBIAN_FRONTEND=noninteractive && \
1919
apt-get update && \
20-
apt-get install -yq --no-install-recommends build-essential libclang-16-dev \
20+
apt-get install -yq --no-install-recommends build-essential libclang-19-dev \
2121
g++-aarch64-linux-gnu binutils-aarch64-linux-gnu \
2222
g++-x86-64-linux-gnu binutils-x86-64-linux-gnu
2323
RUN rustup target add "$(cat /target.txt)"

0 commit comments

Comments
 (0)