Skip to content

Commit

Permalink
feat: cardano-node 10.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Oct 29, 2024
1 parent 3149ec2 commit 4e703b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/blinklabs-io/haskell:9.6.4-3.10.2.0-1 AS cardano-node-build
# Install cardano-node
ARG NODE_VERSION=10.1.0-pre
ARG NODE_VERSION=10.1.1-pre
ENV NODE_VERSION=${NODE_VERSION}
RUN echo "Building tags/${NODE_VERSION}..." \
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
Expand All @@ -21,7 +21,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
&& rm -rf /root/.cabal/store/ghc-${GHC_VERSION}

FROM ghcr.io/blinklabs-io/cardano-cli:10.1.0.0-1 AS cardano-cli
FROM ghcr.io/blinklabs-io/cardano-configs:20240725-1 AS cardano-configs
FROM ghcr.io/blinklabs-io/cardano-configs:20241028-1 AS cardano-configs
FROM ghcr.io/blinklabs-io/mithril-client:0.9.15-1 AS mithril-client
FROM ghcr.io/blinklabs-io/mithril-signer:0.2.200-1 AS mithril-signer
FROM ghcr.io/blinklabs-io/nview:0.10.2 AS nview
Expand Down

0 comments on commit 4e703b4

Please sign in to comment.