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:18:51 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-05-06 12:14:20 -0700
commit5138eba863665fea1548eb769f6e3910c69ec604 (patch)
tree39d6103a1c40076d38ca56ca2eb69af113b6c689 /Dockerfile
parentfa5367b92e379886eda68d8c754d1abcf1c5aa66 (diff)
downloadklee-5138eba863665fea1548eb769f6e3910c69ec604.tar.gz
Utilise Docker build artifact cache for more components
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 575a0899..a09ebe1b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,10 @@
 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/tcmalloc:2.7_ubuntu_bionic-20200807 as tcmalloc_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.4_ubuntu_bionic-20200807 as z3_base
-FROM klee/libcxx:90_ubuntu_bionic-20200807 as libcxx_base
+FROM klee/z3:4.8.15_ubuntu_bionic-20200807 as z3_base
+FROM klee/libcxx:110_ubuntu_bionic-20200807 as libcxx_base
 FROM llvm_base as intermediate
 COPY --from=gtest_base /tmp /tmp/
 COPY --from=uclibc_base /tmp /tmp/