Update hera in docker images

This commit is contained in:
Alex Beregszaszi 2021-05-13 13:11:32 +01:00
parent c7f321c12d
commit d898342178
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ RUN set -ex; \
# HERA
RUN set -ex; \
cd /usr/src; \
git clone --branch="v0.3.2" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
git clone --branch="v0.3.2-evmc8" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
cd hera; \
mkdir build; \
cd build; \

View File

@ -60,7 +60,7 @@ RUN set -ex; \
# HERA
RUN set -ex; \
cd /usr/src; \
git clone --branch="v0.3.2" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
git clone --branch="v0.3.2-evmc8" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
cd hera; \
mkdir build; \
cd build; \

View File

@ -62,7 +62,7 @@ RUN set -ex; \
# HERA
RUN set -ex; \
cd /usr/src; \
git clone --branch="v0.3.2" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
git clone --branch="v0.3.2-evmc8" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
cd hera; \
mkdir build; \
cd build; \