We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b221e commit 7c8f97aCopy full SHA for 7c8f97a
docker/release/Dockerfile.wolfi
@@ -13,7 +13,7 @@ RUN apk update
13
RUN apk add --no-cache --update-cache \
14
rust \
15
make pkgconf gcc glibc glibc-dev openssl openssl-dev posix-libc-utils \
16
- clang-15 llvm15 wget
+ clang-17 clang-17-dev wget
17
18
# Install tpm2-tss (dependency for the tss-esapi crate)
19
WORKDIR /src
0 commit comments