We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b4225 commit 8187303Copy full SHA for 8187303
Dockerfile.vast
@@ -25,7 +25,8 @@ RUN mkdir -p /vcpkg && git clone https://github.com/microsoft/vcpkg /vcpkg
25
RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.30.3/cmake-3.30.3-linux-x86_64.tar.gz \
26
| tar zx -C /usr --strip-components=1
27
28
-RUN bash -c "$(curl -s -o - https://raw.githubusercontent.com/trailofbits/vast/master/scripts/setup_llvm_dependencies.sh)"
+# 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)"
30
31
RUN /vcpkg/bootstrap-vcpkg.sh
32
0 commit comments