Skip to content

Commit

Permalink
Upgrade to monerod v0.18.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Sep 18, 2024
1 parent 931fad4 commit 187054e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monerod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ RUN set -eux \
FROM base as builder

ARG NAME=monero
ARG VERSION=v0.18.3.3
ARG VERSION=v0.18.3.4
ARG DOWNLOAD=https://downloads.getmonero.org/cli

RUN set -eux; \
\
case $(uname -m) in \
x86_64) \
ARCH=linux-x64 \
HASH=47c7e6b4b88a57205800a2538065a7874174cd087eedc2526bee1ebcce0cc5e3 \
HASH=51ba03928d189c1c11b5379cab17dd9ae8d2230056dc05c872d0f8dba4a87f1d \
;; \
aarch64) \
ARCH=linux-armv8 \
HASH=eb3f924c085ae5df85f5bf9ee27faaa20acd309835684e27e3fbb98b9666b649 \
HASH=33ca2f0055529d225b61314c56370e35606b40edad61c91c859f873ed67a1ea7 \
;; \
*) exit 1 ;; \
esac; \
Expand Down

0 comments on commit 187054e

Please sign in to comment.