Skip to content

Commit

Permalink
feat: cardano-wallet 2025.01.07 (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Jan 9, 2025
1 parent 6257e28 commit 80f2db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/blinklabs-io/haskell:9.6.4-3.10.2.0-1 AS cardano-wallet-build
# Install cardano-wallet
ARG WALLET_VERSION=2024.11.18
ARG WALLET_VERSION=2025.1.7
ENV WALLET_VERSION=${WALLET_VERSION}
ARG WALLET_REF=tags/v2024-11-18
ARG WALLET_REF=tags/v2025-01-07
ENV WALLET_REF=${WALLET_REF}
RUN echo "Building ${WALLET_REF}..." \
&& echo ${WALLET_REF} > /CARDANO_BRANCH \
Expand Down

0 comments on commit 80f2db6

Please sign in to comment.