Skip to content

Commit 8187303

Browse files
committed
Maybe fix vast
1 parent 40b4225 commit 8187303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.vast

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN mkdir -p /vcpkg && git clone https://github.com/microsoft/vcpkg /vcpkg
2525
RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.30.3/cmake-3.30.3-linux-x86_64.tar.gz \
2626
| tar zx -C /usr --strip-components=1
2727

28-
RUN bash -c "$(curl -s -o - https://raw.githubusercontent.com/trailofbits/vast/master/scripts/setup_llvm_dependencies.sh)"
28+
# Use a named SHA to get consistency.
29+
RUN bash -c "$(curl -s -o - https://raw.githubusercontent.com/trailofbits/vast/0d9e38bff5cd1dd8242adfa3977712d84a9f3c00/scripts/setup_llvm_dependencies.sh)"
2930

3031
RUN /vcpkg/bootstrap-vcpkg.sh
3132

0 commit comments

Comments
 (0)