Skip to content

Commit

Permalink
Dockerfile: Update to LLVM 15
Browse files Browse the repository at this point in the history
This commit updates the LLVM version from 12 to 15.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Sep 8, 2022
1 parent c961b02 commit daca905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG ZSDK_VERSION=0.15.0
ARG DOXYGEN_VERSION=1.9.4
ARG CMAKE_VERSION=3.20.5
ARG RENODE_VERSION=1.13.1
ARG LLVM_VERSION=12
ARG LLVM_VERSION=15
ARG BSIM_VERSION=v1.0.3
ARG SPARSE_VERSION=9212270048c3bd23f56c20a83d4f89b870b2b26e
ARG WGET_ARGS="-q --show-progress --progress=bar:force:noscroll --no-check-certificate"
Expand Down

0 comments on commit daca905

Please sign in to comment.