Skip to content

Commit dfa4bff

Browse files
committed
feat: version bump node to 8.0.0
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 3063233 commit dfa4bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0 as cardano-node-build
1+
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0-2 as cardano-node-build
22
# Install cardano-node
3-
ARG NODE_VERSION=1.35.7
3+
ARG NODE_VERSION=8.0.0
44
ENV NODE_VERSION=${NODE_VERSION}
55
RUN echo "Building tags/${NODE_VERSION}..." \
66
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)