Skip to content

Commit aab3578

Browse files
authored
Merge pull request #38 from cloudstruct/feat/upgrade-cardano-node
feat: upgrade to cardano-node 1.35.5
2 parents 6877b79 + ec08925 commit aab3578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.4
74+
ARG NODE_VERSION=1.35.5
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)