Skip to content

Commit

Permalink
updated monerod to v0.18.3.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahway603 authored Mar 20, 2024
1 parent bb70686 commit 2b5a931
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 23af572fdfe3459b9ab97e2e9aa7e3c11021c955d6064b801a27d7e8c21ae09d
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.1.tar.bz2
ENV MONERO_HASH 9dafd70230a7b3a73101b624f3b5f439cc5b84a19b12c17c24e6aab94b678cbb
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.2.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.2.2 --depth=1 .
RUN git clone https://github.com/monero-project/monero --branch=v0.18.3.2 --depth=1 .

RUN git submodule update --init --force

Expand Down

0 comments on commit 2b5a931

Please sign in to comment.