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 9983a24 commit efa814eCopy full SHA for efa814e
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=9.3.0.0
+ARG CLI_VERSION=9.4.1.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