File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-1 AS cardano-wallet-build
22# Install cardano-wallet
3- ARG WALLET_VERSION=2025.3.4
3+ ARG WALLET_VERSION=2025.3.31
44ENV WALLET_VERSION=${WALLET_VERSION}
5- ARG WALLET_REF=tags/v2025-03-04
5+ ARG WALLET_REF=tags/v2025-03-31
66ENV WALLET_REF=${WALLET_REF}
77RUN echo "Building ${WALLET_REF}..." \
88 && echo ${WALLET_REF} > /CARDANO_BRANCH \
@@ -15,7 +15,7 @@ RUN echo "Building ${WALLET_REF}..." \
1515 && cabal update \
1616 && cabal build all -frelease \
1717 && mkdir -p /root/.local/bin/ \
18- && 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/ \
18+ && cp -a dist-newstyle/build/$(uname -m)-linux/ghc-${GHC_VERSION}/cardano-wallet-application -${WALLET_VERSION}/x/cardano-wallet/build/cardano-wallet/cardano-wallet /root/.local/bin/ \
1919 && rm -rf /root/.cabal/packages \
2020 && rm -rf /usr/local/lib/ghc-${GHC_VERSION}/ /usr/local/share/doc/ghc-${GHC_VERSION}/ \
2121 && rm -rf /code/cardano-wallet/dist-newstyle/ \
You can’t perform that action at this time.
0 commit comments