Skip to content

Commit e195d38

Browse files
authored
Merge pull request #40 from cloudstruct/feat/version-bump-node
feat: version bump node to 1.35.6
2 parents 5d66e7b + 8e3fbcf commit e195d38

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.5
74+
ARG NODE_VERSION=1.35.6
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)