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 fa7d964 commit c6ade43Copy full SHA for c6ade43
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ghcr.io/blinklabs-io/haskell:9.6.4-3.10.2.0-1 AS cardano-cli-build
2
# Install cardano-cli
3
-ARG CLI_VERSION=10.0.0.0
+ARG CLI_VERSION=10.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