File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
scripts/docker/buildpack-deps Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
# (c) 2016-2021 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM gcr.io/oss-fuzz-base/base-clang:latest as base
25
- LABEL version="19 "
25
+ LABEL version="20 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -93,7 +93,7 @@ RUN set -ex; \
93
93
# EVMONE
94
94
RUN set -ex; \
95
95
cd /usr/src; \
96
- git clone --branch="v0.8.2 " --recurse-submodules https://github.com/ethereum/evmone.git; \
96
+ git clone --branch="v0.9.1 " --recurse-submodules https://github.com/ethereum/evmone.git; \
97
97
cd evmone; \
98
98
mkdir build; \
99
99
cd build; \
Original file line number Diff line number Diff line change 22
22
# (c) 2016-2019 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM buildpack-deps:focal AS base
25
- LABEL version="14 "
25
+ LABEL version="15 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -48,7 +48,7 @@ FROM base AS libraries
48
48
# EVMONE
49
49
RUN set -ex; \
50
50
cd /usr/src; \
51
- git clone --branch="v0.8.0 " --recurse-submodules https://github.com/ethereum/evmone.git; \
51
+ git clone --branch="v0.9.1 " --recurse-submodules https://github.com/ethereum/evmone.git; \
52
52
cd evmone; \
53
53
mkdir build; \
54
54
cd build; \
@@ -60,7 +60,7 @@ RUN set -ex; \
60
60
# HERA
61
61
RUN set -ex; \
62
62
cd /usr/src; \
63
- git clone --branch="v0.5 .0" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
63
+ git clone --branch="v0.6 .0" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
64
64
cd hera; \
65
65
mkdir build; \
66
66
cd build; \
Original file line number Diff line number Diff line change 22
22
# (c) 2016-2019 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM buildpack-deps:focal AS base
25
- LABEL version="14 "
25
+ LABEL version="15 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -50,7 +50,7 @@ ENV CXX clang++
50
50
# EVMONE
51
51
RUN set -ex; \
52
52
cd /usr/src; \
53
- git clone --branch="v0.8.0 " --recurse-submodules https://github.com/ethereum/evmone.git; \
53
+ git clone --branch="v0.9.1 " --recurse-submodules https://github.com/ethereum/evmone.git; \
54
54
cd evmone; \
55
55
mkdir build; \
56
56
cd build; \
@@ -62,7 +62,7 @@ RUN set -ex; \
62
62
# HERA
63
63
RUN set -ex; \
64
64
cd /usr/src; \
65
- git clone --branch="v0.5 .0" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
65
+ git clone --branch="v0.6 .0" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
66
66
cd hera; \
67
67
mkdir build; \
68
68
cd build; \
You can’t perform that action at this time.
0 commit comments