Skip to content

Commit

Permalink
Updated monerod to v0.18.3.4 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahway603 authored Sep 11, 2024
1 parent fd41033 commit d61fa3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/monero
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04 as OG

ENV MONERO_HASH 47c7e6b4b88a57205800a2538065a7874174cd087eedc2526bee1ebcce0cc5e3
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.3.tar.bz2
ENV MONERO_HASH 51ba03928d189c1c11b5379cab17dd9ae8d2230056dc05c872d0f8dba4a87f1d
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.4.tar.bz2
ENV MONERO_DL_FILE monero.tar.bz2
ENV MONERO_SUMS_FILE sha256sums

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/monero_compile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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://github.com/monero-project/monero --branch=v0.18.3.3 --depth=1 .
RUN git clone https://github.com/monero-project/monero --branch=v0.18.3.4 --depth=1 .

RUN git submodule update --init --force

Expand Down

0 comments on commit d61fa3a

Please sign in to comment.