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