Update evmone and boost download links in docker images.

This commit is contained in:
Daniel Kirchner
2021-05-10 13:25:39 +02:00
parent 58bec9f6c4
commit c7f321c12d
4 changed files with 10 additions and 9 deletions
@@ -22,7 +22,7 @@
# (c) 2016-2019 solidity contributors.
#------------------------------------------------------------------------------
FROM buildpack-deps:focal AS base
LABEL version="5"
LABEL version="6"
ARG DEBIAN_FRONTEND=noninteractive
@@ -48,7 +48,7 @@ FROM base AS libraries
# EVMONE
RUN set -ex; \
cd /usr/src; \
git clone --branch="v0.4.0" --recurse-submodules https://github.com/ethereum/evmone.git; \
git clone --branch="v0.7.0" --recurse-submodules https://github.com/ethereum/evmone.git; \
cd evmone; \
mkdir build; \
cd build; \