Skip to content

Commit d525b81

Browse files
authored
feat: cardano-wallet v2025-01-09 (#19)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 80f2db6 commit d525b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ghcr.io/blinklabs-io/haskell:9.6.4-3.10.2.0-1 AS cardano-wallet-build
22
# Install cardano-wallet
3-
ARG WALLET_VERSION=2025.1.7
3+
ARG WALLET_VERSION=2025.1.9
44
ENV WALLET_VERSION=${WALLET_VERSION}
5-
ARG WALLET_REF=tags/v2025-01-07
5+
ARG WALLET_REF=tags/v2025-01-09
66
ENV WALLET_REF=${WALLET_REF}
77
RUN echo "Building ${WALLET_REF}..." \
88
&& echo ${WALLET_REF} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)