We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4d859 commit 1bcf558Copy full SHA for 1bcf558
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-2 AS cardano-cli-build
2
# Install cardano-cli
3
-ARG CLI_VERSION=9.0.0.1
+ARG CLI_VERSION=9.1.0.0
4
ENV CLI_VERSION=${CLI_VERSION}
5
RUN echo "Building tags/${CLI_VERSION}..." \
6
&& echo tags/cardano-cli-${CLI_VERSION} > /CARDANO_BRANCH \
0 commit comments