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 2bf36f8 commit a8ae1a4Copy full SHA for a8ae1a4
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=8.20.3.0
+ARG CLI_VERSION=8.22.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