mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
bump to latest release
This commit is contained in:
parent
4ea1291dab
commit
94e7904503
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
|||
FROM ubuntu:19.10 as og
|
||||
FROM ubuntu:20.04 as og
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
WORKDIR /opt/wownero
|
||||
|
||||
|
@ -6,13 +8,13 @@ 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.0.2 .
|
||||
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.1.0 .
|
||||
|
||||
RUN make -j2
|
||||
|
||||
#
|
||||
|
||||
FROM ubuntu:19.10
|
||||
FROM ubuntu:20.04
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ services:
|
|||
ports:
|
||||
- 127.0.0.1:8080:8080
|
||||
wownerod:
|
||||
image: lalanza808/wownero:v0.9.0.2
|
||||
image: lalanza808/wownero:v0.9.1.0
|
||||
volumes:
|
||||
- ~/data/daemon:/data
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue