Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit c925def

Browse files
committed
update Dockerfile
1 parent 7eb5ab9 commit c925def

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ hie.log
2424
out*
2525
prof-data
2626
tags
27+
tmp
2728
tmp*

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
# support this we would have to define dedicated runtime images and build
4747
# images.
4848

49-
ARG UBUNTU_VERSION=22.04
50-
ARG GHC_VERSION=9.10.1
49+
ARG UBUNTU_VERSION=24.04
50+
ARG GHC_VERSION=9.12.2
5151
ARG PROJECT_NAME=chainweb
5252

5353
# ############################################################################ #
@@ -68,10 +68,10 @@ RUN <<EOF
6868
libffi8 \
6969
libgmp10 \
7070
liblz4-1 \
71-
libncurses5 \
71+
libncurses6 \
7272
libsnappy1v5 \
7373
libssl3 \
74-
libtinfo5 \
74+
libtinfo6 \
7575
locales \
7676
libmpfr6 \
7777
zlib1g \

0 commit comments

Comments
 (0)