Skip to content

Commit 2baf6c7

Browse files
authored
Merge pull request #57 from blinklabs-io/feat/bump
feat: cardano-node 8.1.1
2 parents e351f6e + 642efb4 commit 2baf6c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 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-2 as cardano-node-build
1+
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.8.1.0-1 as cardano-node-build
22
# Install cardano-node
3-
ARG NODE_VERSION=8.0.0
3+
ARG NODE_VERSION=8.1.1
44
ENV NODE_VERSION=${NODE_VERSION}
55
RUN echo "Building tags/${NODE_VERSION}..." \
66
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \
@@ -38,15 +38,15 @@ RUN apt-get update -y && \
3838
curl \
3939
iproute2 \
4040
jq \
41-
libffi7 \
41+
libffi8 \
4242
libgmp10 \
4343
liblmdb0 \
4444
libncursesw5 \
4545
libnuma1 \
4646
libsystemd0 \
47-
libssl1.1 \
47+
libssl3 \
4848
libtinfo6 \
49-
llvm-11-runtime \
49+
llvm-14-runtime \
5050
pkg-config \
5151
procps \
5252
zlib1g && \

0 commit comments

Comments
 (0)