update monerod v0.18.3.1

This commit is contained in:
Matthew Tran
2023-10-28 21:02:12 +00:00
parent d0874de942
commit 064ebdfe1b
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FROM ubuntu:22.04
RUN apt-get update && apt-get upgrade
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y wget bzip2
RUN useradd -m matt
@@ -9,6 +9,6 @@ WORKDIR /home/matt
RUN wget https://downloads.getmonero.org/linux64
RUN tar xvf linux64 && rm linux64
RUN mv monero-x86_64-linux-gnu-v0.18.2.2/ monero/
RUN mv monero-x86_64-linux-gnu-v0.18.3.1/ monero/
COPY --chown=matt:matt entry.sh ./