File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
scripts/docker/buildpack-deps Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929# make version=2.0.12 build
3030#
3131FROM emscripten/emsdk:2.0.12 AS base
32- LABEL version="3 "
32+ LABEL version="4 "
3333
3434ADD emscripten.jam /usr/src
3535RUN set -ex; \
3636 cd /usr/src; \
37- git clone https://github.com/Z3Prover/z3.git -b z3-4.8.9 --depth 1 ; \
37+ git clone https://github.com/Z3Prover/z3.git -b z3-4.8.10 --depth 1 ; \
3838 cd z3; \
3939 mkdir build; \
4040 cd build; \
Original file line number Diff line number Diff line change 2222# (c) 2016-2019 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM gcr.io/oss-fuzz-base/base-clang as base
25- LABEL version="7 "
25+ LABEL version="8 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -60,7 +60,7 @@ RUN set -ex; \
6060
6161# Z3
6262RUN set -ex; \
63- git clone --depth 1 -b z3-4.8.9 https://github.com/Z3Prover/z3.git \
63+ git clone --depth 1 -b z3-4.8.10 https://github.com/Z3Prover/z3.git \
6464 /usr/src/z3; \
6565 cd /usr/src/z3; \
6666 mkdir build; \
Original file line number Diff line number Diff line change 2222# (c) 2016-2019 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM buildpack-deps:focal AS base
25- LABEL version="4 "
25+ LABEL version="5 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
Original file line number Diff line number Diff line change 2222# (c) 2016-2019 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM buildpack-deps:focal AS base
25- LABEL version="4 "
25+ LABEL version="5 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
You can’t perform that action at this time.
0 commit comments