From 5138eba863665fea1548eb769f6e3910c69ec604 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Tue, 5 Apr 2022 10:18:51 +0100 Subject: Utilise Docker build artifact cache for more components --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') 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/ -- cgit 1.4.1