Update dockerfile to 0.18.3.3

This commit is contained in:
Lee *!* Clagett 2024-04-08 14:59:58 -04:00
parent 69aa9613d7
commit 075abc87b2

View file

@ -1,8 +1,8 @@
# Initial base from https://github.com/sethforprivacy/monero-lws/blob/588c7f1965d3afbda8a65dc870645650e063e897/Dockerfile
# Set monerod version to install from github
ARG MONERO_BRANCH=v0.18.2.2
ARG MONERO_COMMIT_HASH=e06129bb4d1076f4f2cebabddcee09f1e9e30dcc
ARG MONERO_BRANCH=v0.18.3.3
ARG MONERO_COMMIT_HASH=81d4db08eb75ce5392c65ca6571e7b08e41b7c95
# Select ubuntu:20.04 for the build image base
FROM ubuntu:20.04 as build