fix: use llvm16 with keyfork

This commit is contained in:
Anton Livaja 2024-08-15 00:36:41 -04:00
parent 81794ca1f1
commit 036914db83
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -10,7 +10,7 @@ COPY --from=stagex/rust . /
COPY --from=stagex/busybox . /
COPY --from=stagex/musl . /
COPY --from=stagex/gcc . /
COPY --from=stagex/llvm . /
COPY --from=stagex/llvm16 . /
COPY --from=stagex/libunwind . /
COPY --from=stagex/openssl . /
COPY --from=stagex/zlib . /