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 f947ee8 commit 69cbac4Copy full SHA for 69cbac4
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.8.1.0-1 as cardano-node-build
2
# Install cardano-node
3
-ARG NODE_VERSION=8.1.1
+ARG NODE_VERSION=8.1.2
4
ENV NODE_VERSION=${NODE_VERSION}
5
RUN echo "Building tags/${NODE_VERSION}..." \
6
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
0 commit comments