Skip to content

Commit fbfcb4e

Browse files
author
Leonardo Alt
committed
Bump docker for z3 4.8.10
1 parent 22ad64a commit fbfcb4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

scripts/docker/buildpack-deps/Dockerfile.emscripten

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
# make version=2.0.12 build
3030
#
3131
FROM emscripten/emsdk:2.0.12 AS base
32-
LABEL version="3"
32+
LABEL version="4"
3333

3434
ADD emscripten.jam /usr/src
3535
RUN 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; \

scripts/docker/buildpack-deps/Dockerfile.ubuntu1604.clang.ossfuzz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2019 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM gcr.io/oss-fuzz-base/base-clang as base
25-
LABEL version="7"
25+
LABEL version="8"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

@@ -60,7 +60,7 @@ RUN set -ex; \
6060

6161
# Z3
6262
RUN 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; \

scripts/docker/buildpack-deps/Dockerfile.ubuntu2004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2019 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM buildpack-deps:focal AS base
25-
LABEL version="4"
25+
LABEL version="5"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

scripts/docker/buildpack-deps/Dockerfile.ubuntu2004.clang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2019 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM buildpack-deps:focal AS base
25-
LABEL version="4"
25+
LABEL version="5"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

0 commit comments

Comments
 (0)