about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2022-04-05 10:20:14 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-05-06 12:14:20 -0700
commit862e0871bcc50eff526f20582f1855bf5788b471 (patch)
tree7190830b60fbdf3220a4860ea7c83ce135b4294c /Dockerfile
parent5138eba863665fea1548eb769f6e3910c69ec604 (diff)
downloadklee-862e0871bcc50eff526f20582f1855bf5788b471.tar.gz
Switch to newer KLEE uClibc release
Instead of using a branch that doesn't allow build artifact caching, use
the newer released version instead.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a09ebe1b..33c822b7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM klee/llvm:110_O_D_A_ubuntu_bionic-20200807 as llvm_base
 FROM klee/gtest:1.11.0_ubuntu_bionic-20200807 as gtest_base
-FROM klee/uclibc:klee_uclibc_v1.2_90_ubuntu_bionic-20200807 as uclibc_base
+FROM klee/uclibc:klee_uclibc_v1.3_110_ubuntu_bionic-20200807 as uclibc_base
 FROM klee/tcmalloc:2.9.1_ubuntu_bionic-20200807 as tcmalloc_base
 FROM klee/stp:2.3.3_ubuntu_bionic-20200807 as stp_base
 FROM klee/z3:4.8.15_ubuntu_bionic-20200807 as z3_base
@@ -23,7 +23,7 @@ ENV DISABLE_ASSERTIONS=0
 ENV REQUIRES_RTTI=0
 ENV SOLVERS=STP:Z3
 ENV GTEST_VERSION=1.11.0
-ENV UCLIBC_VERSION=klee_0_9_29
+ENV UCLIBC_VERSION=klee_uclibc_v1.3
 ENV TCMALLOC_VERSION=2.9.1
 ENV SANITIZER_BUILD=
 ENV STP_VERSION=2.3.3