Bump docker for z3 4.8.10

This commit is contained in:
Leonardo Alt
2021-01-26 11:37:11 +01:00
parent 22ad64a0fd
commit fbfcb4e71d
4 changed files with 6 additions and 6 deletions
@@ -22,7 +22,7 @@
# (c) 2016-2019 solidity contributors.
#------------------------------------------------------------------------------
FROM gcr.io/oss-fuzz-base/base-clang as base
LABEL version="7"
LABEL version="8"
ARG DEBIAN_FRONTEND=noninteractive
@@ -60,7 +60,7 @@ RUN set -ex; \
# Z3
RUN set -ex; \
git clone --depth 1 -b z3-4.8.9 https://github.com/Z3Prover/z3.git \
git clone --depth 1 -b z3-4.8.10 https://github.com/Z3Prover/z3.git \
/usr/src/z3; \
cd /usr/src/z3; \
mkdir build; \