Skip to content

Commit a8ae1a4

Browse files
authored
feat: update to cardano-cli 8.22.0.0 (#12)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 2bf36f8 commit a8ae1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-2 AS cardano-cli-build
22
# Install cardano-cli
3-
ARG CLI_VERSION=8.20.3.0
3+
ARG CLI_VERSION=8.22.0.0
44
ENV CLI_VERSION=${CLI_VERSION}
55
RUN echo "Building tags/${CLI_VERSION}..." \
66
&& echo tags/cardano-cli-${CLI_VERSION} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)