mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
bump version
This commit is contained in:
parent
dcfe025a13
commit
be4114b577
2 changed files with 3 additions and 3 deletions
|
@ -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.10.0.2 .
|
||||
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.11.0.1 .
|
||||
|
||||
RUN make -j4
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ RUN apt-get update
|
|||
RUN apt-get upgrade -y
|
||||
RUN apt-get install -y tar wget xz-utils
|
||||
|
||||
ENV WOWNERO_HASH dbbe79f2cf13f822b19a17d4711f177abb9feb1182141b7126d1a7d8efacfaa5
|
||||
ENV WOWNERO_DL_URL https://git.wownero.com/attachments/86864223-7335-473e-a401-ab9da7f3188f
|
||||
ENV WOWNERO_HASH a011cd6b637f5ed7298b03daa9b6ba239143e14626a4da567e2a0943d69f4c61
|
||||
ENV WOWNERO_DL_URL https://git.wownero.com/attachments/64602dc5-5906-4600-89ef-9b4c0bdc0980
|
||||
ENV WOWNERO_DL_FILE wownero.tar.bz2
|
||||
ENV WOWNERO_SUMS_FILE sha256sums
|
||||
|
||||
|
|
Loading…
Reference in a new issue