fix: use llvm16 for openpgp-card-tools

This commit is contained in:
Anton Livaja 2024-08-15 00:39:18 -04:00
parent 053efde9ca
commit 0b0eec3f31
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 . /