Skip to content

Commit 642efb4

Browse files
committed
fix: update debian package versions
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9246891 commit 642efb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)