Skip to content

Commit

Permalink
deps: Bump Elements to 23.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nitramiz committed Dec 13, 2024
1 parent 247771c commit 10f9f82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN git clone --quiet --depth 1 --single-branch --branch v0.40.1 https://github.
&& nvm install v18.20.4

ARG TARGETARCH
ENV SHA256SUM_ELEMENTS_X86_64="d1c0919955a1d50f2f1518e2ee27aa21fd5dd45cd481635d59fa453ff776dede"
ENV SHA256SUM_ELEMENTS_ARM64="b6345394020486f7f8af111e2063f355571488cd8e8f384ed1082606c94e6c0d"
ENV SHA256SUM_ELEMENTS_X86_64="6e0c747ec4ba4e54eb3426e7219354b5ea150b393a4e2b8a536cab64a5d9c7a8"
ENV SHA256SUM_ELEMENTS_ARM64="5c6f8219fd1baf4d4c2b05b6dd9ec71bb348754bd46aeb3faa7ba0ba69aff0e8"
ENV SHA256SUM_BITCOINCORE_X86_64="2a6974c5486f528793c79d42694b5987401e4a43c97f62b1383abf35bcee44a8"
ENV SHA256SUM_BITCOINCORE_ARM64="cb35e250ae9d0328aa90e7aad0b877ed692597420a1092e8ab1a5dd756209722"

Expand All @@ -46,7 +46,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \
&& ln -s "/srv/explorer/bitcoin-${VERSION_BITCOINCORE}" /srv/explorer/bitcoin \
&& rm bitcoin.tar.gz

ENV VERSION_ELEMENTS=23.2.3
ENV VERSION_ELEMENTS=23.2.4
RUN if [ "${TARGETARCH}" = "arm64" ]; then \
curl -sL -o elements.tar.gz "https://github.com/ElementsProject/elements/releases/download/elements-${VERSION_ELEMENTS}/elements-${VERSION_ELEMENTS}-aarch64-linux-gnu.tar.gz"; \
echo "${SHA256SUM_ELEMENTS_ARM64} elements.tar.gz" | sha256sum --check; \
Expand Down Expand Up @@ -89,4 +89,4 @@ RUN apt-get --auto-remove remove -yqq --purge ${ESPLORA_BUILD_DEPS} manpages ${C
&& apt-get autoclean \
&& rm -rf /usr/share/doc* /usr/share/man /usr/share/postgresql/*/man /var/lib/apt/lists/* /var/cache/* /tmp/* /root/.cache /*.deb /root/.cargo

COPY --from=libwally-wasm /wally/wally_dist /srv/wally_wasm
COPY --from=libwally-wasm /wally/wally_dist /srv/wally_wasm

0 comments on commit 10f9f82

Please sign in to comment.