mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 17:27:39 +00:00
Update dockerfile to 0.18.3.3
This commit is contained in:
parent
69aa9613d7
commit
075abc87b2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Initial base from https://github.com/sethforprivacy/monero-lws/blob/588c7f1965d3afbda8a65dc870645650e063e897/Dockerfile
|
# Initial base from https://github.com/sethforprivacy/monero-lws/blob/588c7f1965d3afbda8a65dc870645650e063e897/Dockerfile
|
||||||
|
|
||||||
# Set monerod version to install from github
|
# Set monerod version to install from github
|
||||||
ARG MONERO_BRANCH=v0.18.2.2
|
ARG MONERO_BRANCH=v0.18.3.3
|
||||||
ARG MONERO_COMMIT_HASH=e06129bb4d1076f4f2cebabddcee09f1e9e30dcc
|
ARG MONERO_COMMIT_HASH=81d4db08eb75ce5392c65ca6571e7b08e41b7c95
|
||||||
|
|
||||||
# Select ubuntu:20.04 for the build image base
|
# Select ubuntu:20.04 for the build image base
|
||||||
FROM ubuntu:20.04 as build
|
FROM ubuntu:20.04 as build
|
||||||
|
|
Loading…
Reference in a new issue