bump to latest release

This commit is contained in:
lza_menace 2021-01-19 00:39:59 -08:00
parent 9ac50e1bba
commit e100131b7d
4 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
build-essential cmake pkg-config libboost-all-dev \
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.2.0 .
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.2.1 .
RUN make -j2