Skip to content

Commit 838f064

Browse files
authored
feat: cardano-node 10.7.1 (#347)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 6bc649f commit 838f064

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ghcr.io/blinklabs-io/haskell:9.6.7-3.12.1.0-1 AS cardano-node-build
1+
FROM ghcr.io/blinklabs-io/haskell:9.6.7-3.12.1.0-3 AS cardano-node-build
22
# Install cardano-node
3-
ARG NODE_VERSION=10.6.4
3+
ARG NODE_VERSION=10.7.1
44
ENV NODE_VERSION=${NODE_VERSION}
55
RUN echo "Building tags/${NODE_VERSION}..." \
66
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
@@ -51,6 +51,7 @@ RUN apt-get update -y && \
5151
liblmdb0 \
5252
libncursesw5 \
5353
libnuma1 \
54+
libsnappy1v5 \
5455
libsystemd0 \
5556
libssl3 \
5657
libtinfo6 \

0 commit comments

Comments
 (0)