Skip to content

Commit

Permalink
Updated monerod to v0.18.3.3 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: nyuuzyou <[email protected]>
  • Loading branch information
nyuuzyou and nyuuzyou authored May 15, 2024
1 parent a8d1064 commit e4c9eaf
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 9dafd70230a7b3a73101b624f3b5f439cc5b84a19b12c17c24e6aab94b678cbb
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.2.tar.bz2
ENV MONERO_HASH 47c7e6b4b88a57205800a2538065a7874174cd087eedc2526bee1ebcce0cc5e3
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.3.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.2 --depth=1 .
RUN git clone https://github.com/monero-project/monero --branch=v0.18.3.3 --depth=1 .

RUN git submodule update --init --force

Expand Down

0 comments on commit e4c9eaf

Please sign in to comment.