Update docker z3 version

This commit is contained in:
Leo Alt
2022-05-10 18:24:21 +02:00
committed by Kamil Śliwak
parent 9f6d3deaea
commit 571d94b051
4 changed files with 6 additions and 6 deletions
@@ -33,12 +33,12 @@
# Using $(em-config CACHE)/sysroot/usr seems to work, though, and still has cmake find the
# dependencies automatically.
FROM emscripten/emsdk:2.0.33 AS base
LABEL version="9"
LABEL version="10"
ADD emscripten.jam /usr/src
RUN set -ex; \
cd /usr/src; \
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.14 --depth 1 ; \
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.16 --depth 1 ; \
cd z3; \
mkdir build; \
cd build; \