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 13fac10 commit f2abbf8Copy full SHA for f2abbf8
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-1 AS cardano-node-build
2
# Install cardano-node
3
-ARG NODE_VERSION=10.3.1
+ARG NODE_VERSION=10.4.1
4
ENV NODE_VERSION=${NODE_VERSION}
5
RUN echo "Building tags/${NODE_VERSION}..." \
6
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
0 commit comments