about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2022-01-05 23:03:59 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2022-01-06 11:00:10 +0000
commit7a7f314cba5061c22a985765f6e8415b99c3594f (patch)
tree299d907d13a03bc0bf2a68fb4c789246f485d893 /Dockerfile
parent27cfe79c1867ece6edf0c4a4bfcbdecf01020774 (diff)
downloadklee-7a7f314cba5061c22a985765f6e8415b99c3594f.tar.gz
Dockerfile: use Google Test 1.11.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index f01efe6b..7b94d4ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 FROM klee/llvm:90_O_D_A_ubuntu_bionic-20200807 as llvm_base
-FROM klee/gtest:1.7.0_ubuntu_bionic-20200807 as gtest_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/stp:2.3.3_ubuntu_bionic-20200807 as stp_base
@@ -22,7 +22,7 @@ ENV ENABLE_DEBUG=1
 ENV DISABLE_ASSERTIONS=0
 ENV REQUIRES_RTTI=0
 ENV SOLVERS=STP:Z3
-ENV GTEST_VERSION=1.7.0
+ENV GTEST_VERSION=1.11.0
 ENV UCLIBC_VERSION=klee_uclibc_v1.2
 ENV TCMALLOC_VERSION=2.7
 ENV SANITIZER_BUILD=