Skip to content

Commit

Permalink
feat: update to cardano-cli 8.22.0.0 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Apr 27, 2024
1 parent 2bf36f8 commit a8ae1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-2 AS cardano-cli-build
# Install cardano-cli
ARG CLI_VERSION=8.20.3.0
ARG CLI_VERSION=8.22.0.0
ENV CLI_VERSION=${CLI_VERSION}
RUN echo "Building tags/${CLI_VERSION}..." \
&& echo tags/cardano-cli-${CLI_VERSION} > /CARDANO_BRANCH \
Expand Down

0 comments on commit a8ae1a4

Please sign in to comment.