Skip to content

Commit ec08925

Browse files
committed
feat: upgrade to cardano-node 1.35.5
Signed-off-by: Chris Gianelloni <cgianelloni@cloudstruct.net>
1 parent 6877b79 commit ec08925

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)