Skip to content

Commit 7c8f97a

Browse files
committed
Dockerfile.wolfi: Update clang to version 17
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 63b221e commit 7c8f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/release/Dockerfile.wolfi

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk update
1313
RUN apk add --no-cache --update-cache \
1414
rust \
1515
make pkgconf gcc glibc glibc-dev openssl openssl-dev posix-libc-utils \
16-
clang-15 llvm15 wget
16+
clang-17 clang-17-dev wget
1717

1818
# Install tpm2-tss (dependency for the tss-esapi crate)
1919
WORKDIR /src

0 commit comments

Comments
 (0)