Skip to content

Commit 0c0b6ba

Browse files
authored
feat: cardano-wallet 2024.11.18 (#16)
1 parent 323aa36 commit 0c0b6ba

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=2024.9.29
3+
ARG WALLET_VERSION=2024.11.18
44
ENV WALLET_VERSION=${WALLET_VERSION}
5-
ARG WALLET_REF=tags/v2024-09-29
5+
ARG WALLET_REF=tags/v2024-11-18
66
ENV WALLET_REF=${WALLET_REF}
77
RUN echo "Building ${WALLET_REF}..." \
88
&& echo ${WALLET_REF} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)