Skip to content

Commit

Permalink
feat: cardano-wallet 2024.9.3 (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Sep 6, 2024
1 parent 1b5004f commit e1826f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7.7
ARG WALLET_VERSION=2024.9.3
ENV WALLET_VERSION=${WALLET_VERSION}
ARG WALLET_REF=tags/v2024-07-07
ARG WALLET_REF=tags/v2024-09-03
ENV WALLET_REF=${WALLET_REF}
RUN echo "Building ${WALLET_REF}..." \
&& echo ${WALLET_REF} > /CARDANO_BRANCH \
Expand All @@ -15,7 +15,7 @@ RUN echo "Building ${WALLET_REF}..." \
&& cabal update \
&& cabal build all -frelease \
&& mkdir -p /root/.local/bin/ \
&& cp -a dist-newstyle/build/$(uname -m)-linux/ghc-${GHC_VERSION}/cardano-wallet-api-${WALLET_VERSION}/x/cardano-wallet/build/cardano-wallet/cardano-wallet /root/.local/bin/ \
&& cp -a dist-newstyle/build/$(uname -m)-linux/ghc-${GHC_VERSION}/cardano-wallet-exe-${WALLET_VERSION}/x/cardano-wallet/build/cardano-wallet/cardano-wallet /root/.local/bin/ \
&& rm -rf /root/.cabal/packages \
&& rm -rf /usr/local/lib/ghc-${GHC_VERSION}/ /usr/local/share/doc/ghc-${GHC_VERSION}/ \
&& rm -rf /code/cardano-wallet/dist-newstyle/ \
Expand Down

0 comments on commit e1826f9

Please sign in to comment.