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 3d1674f commit 32ed336Copy full SHA for 32ed336
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-1 AS cardano-cli-build
2
# Install cardano-cli
3
-ARG CLI_VERSION=10.7.0.0
+ARG CLI_VERSION=10.8.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