We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a0a7d commit f15fa07Copy full SHA for f15fa07
config/docker/clang-17.jinja2
@@ -3,7 +3,7 @@
3
{% block packages %}
4
{{ super() }}
5
RUN wget -q -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
6
-RUN echo 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye main' \
+RUN echo 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-17 main' \
7
>> /etc/apt/sources.list.d/clang.list
8
9
RUN apt-get update && apt-get install --no-install-recommends -y \
0 commit comments