Skip to content

Commit 0724be8

Browse files
authored
fix(rust): install clang-19 and not clang-14 (#60)
1 parent 2908f8a commit 0724be8

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
@@ -293,7 +293,7 @@ RUN --mount=type=cache,from=apt-base,source=/etc/apt,target=/etc/apt,ro \
293293
RUN --mount=type=cache,from=apt-llvm,source=/etc/apt,target=/etc/apt,ro \
294294
--mount=type=cache,from=apt-llvm,source=/var/cache/apt,target=/var/cache/apt,sharing=locked \
295295
--mount=type=cache,from=apt-llvm,source=/var/lib/apt/lists,target=/var/lib/apt/lists,sharing=locked \
296-
DEBIAN_FRONTEND=noninteractive apt-get install -y clang-14 llvm-14
296+
DEBIAN_FRONTEND=noninteractive apt-get install -y clang-19 llvm-19
297297
RUN rustup component add clippy rustfmt
298298
COPY --link --from=tools-lint /bin/checksec /usr/local/bin/
299299
COPY --link --from=tools-script /bin/* /usr/local/bin/

0 commit comments

Comments
 (0)