Skip to content

Commit

Permalink
Tweak to the s2n/tls proof
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Mar 9, 2021
1 parent 26c24b5 commit 8598350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion s2nTests/docker/s2n.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN mkdir -p /saw-script && \
git clone https://github.com/GaloisInc/s2n.git && \
mkdir -p s2n/test-deps/saw/bin && \
cd s2n && \
git checkout 90b8913a01c6421444d19aaab798d413872cf6f0
git checkout 6586f1ad3b35efcd2287ab98a4be124449dcb780



COPY scripts/s2n-entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]
Expand Down

0 comments on commit 8598350

Please sign in to comment.