File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/blinklabs-io/haskell:9.6.4-3.10.2.0-1 AS cardano-node-build
2
2
# Install cardano-node
3
- ARG NODE_VERSION=10.1.0 -pre
3
+ ARG NODE_VERSION=10.1.1 -pre
4
4
ENV NODE_VERSION=${NODE_VERSION}
5
5
RUN echo "Building tags/${NODE_VERSION}..." \
6
6
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
@@ -21,7 +21,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
21
21
&& rm -rf /root/.cabal/store/ghc-${GHC_VERSION}
22
22
23
23
FROM ghcr.io/blinklabs-io/cardano-cli:10.1.0.0-1 AS cardano-cli
24
- FROM ghcr.io/blinklabs-io/cardano-configs:20240725 -1 AS cardano-configs
24
+ FROM ghcr.io/blinklabs-io/cardano-configs:20241028 -1 AS cardano-configs
25
25
FROM ghcr.io/blinklabs-io/mithril-client:0.9.15-1 AS mithril-client
26
26
FROM ghcr.io/blinklabs-io/mithril-signer:0.2.200-1 AS mithril-signer
27
27
FROM ghcr.io/blinklabs-io/nview:0.10.2 AS nview
You can’t perform that action at this time.
0 commit comments