Skip to content

Commit b35f16b

Browse files
authored
Merge pull request #50 from blinklabs-io/feat/version-bump-node
feat: version bump node to 1.35.7
2 parents f5023ca + 09d9300 commit b35f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN git clone https://github.com/bitcoin-core/secp256k1 && \
7171

7272
FROM builder as cardano-node-build
7373
# Install cardano-node
74-
ARG NODE_VERSION=1.35.6
74+
ARG NODE_VERSION=1.35.7
7575
ENV NODE_VERSION=${NODE_VERSION}
7676
RUN echo "Building tags/${NODE_VERSION}..." \
7777
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)