Skip to content

Commit

Permalink
feat: cardano-wallet 2024.11.18 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 authored Nov 20, 2024
1 parent 323aa36 commit 0c0b6ba
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.29
ARG WALLET_VERSION=2024.11.18
ENV WALLET_VERSION=${WALLET_VERSION}
ARG WALLET_REF=tags/v2024-09-29
ARG WALLET_REF=tags/v2024-11-18
ENV WALLET_REF=${WALLET_REF}
RUN echo "Building ${WALLET_REF}..." \
&& echo ${WALLET_REF} > /CARDANO_BRANCH \
Expand Down

0 comments on commit 0c0b6ba

Please sign in to comment.