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.
2 parents f5023ca + 09d9300 commit b35f16bCopy full SHA for b35f16b
Dockerfile
@@ -71,7 +71,7 @@ RUN git clone https://github.com/bitcoin-core/secp256k1 && \
71
72
FROM builder as cardano-node-build
73
# Install cardano-node
74
-ARG NODE_VERSION=1.35.6
+ARG NODE_VERSION=1.35.7
75
ENV NODE_VERSION=${NODE_VERSION}
76
RUN echo "Building tags/${NODE_VERSION}..." \
77
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
0 commit comments