Skip to content

Commit 30189e9

Browse files
committed
update clang
1 parent b9e2eb0 commit 30189e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ COPY build_scripts/build_utils.sh /build_scripts/
4848

4949

5050
# prepare cross-compilation support
51-
FROM --platform=linux/${MANYLINUX_BUILDARCH} ghcr.io/mayeut/static-clang:20.1.8.0 AS static_clang_bin
51+
FROM --platform=linux/${MANYLINUX_BUILDARCH} ghcr.io/mayeut/static-clang:21.1.3.0 AS static_clang_bin
5252
FROM runtime_base_packages AS static_clang_prepare
5353
ARG MANYLINUX_DISABLE_CLANG
5454
COPY build_scripts/install-clang-static.sh /build_scripts/

0 commit comments

Comments
 (0)