Skip to content

Commit

Permalink
feat: cardano-wallet 2024.9.29 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Oct 5, 2024
1 parent ecccbaf commit 05d7198
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.9.26
ARG WALLET_VERSION=2024.9.29
ENV WALLET_VERSION=${WALLET_VERSION}
ARG WALLET_REF=tags/v2024-09-26
ARG WALLET_REF=tags/v2024-09-29
ENV WALLET_REF=${WALLET_REF}
RUN echo "Building ${WALLET_REF}..." \
&& echo ${WALLET_REF} > /CARDANO_BRANCH \
Expand Down

0 comments on commit 05d7198

Please sign in to comment.