about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2016-11-30 13:59:46 +0000
committerGitHub <noreply@github.com>2016-11-30 13:59:46 +0000
commit82c9bb332b7be0673d18d5a5c571dfc22008992b (patch)
tree8916b2307de99f21e86f855a8274c6c7e3a0e1f9
parent54b363704c8e76d0e798d985e69707648945f66d (diff)
parentac6ab99b75bb56c0917b2f3b714a7e4cadaa31a9 (diff)
downloadklee-82c9bb332b7be0673d18d5a5c571dfc22008992b.tar.gz
Merge pull request #520 from ccadar/master
Fixing current version of STP in Dockerfile (see #505) to 2.1.2
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f1cce2ee..747cbef8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ MAINTAINER Dan Liew <daniel.liew@imperial.ac.uk>
 
 ENV LLVM_VERSION=3.4 \
     SOLVERS=STP:Z3 \
-    STP_VERSION=master \
+    STP_VERSION=2.1.2 \
     DISABLE_ASSERTIONS=0 \
     ENABLE_OPTIMIZED=1 \
     KLEE_UCLIBC=klee_uclibc_v1.0.0 \