Skip to content

Commit 463511a

Browse files
committed
chore(deps): update Souffle in base image to version 2.5
Signed-off-by: behnazh-w <[email protected]>
1 parent 9b05632 commit 463511a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# components:
88
# Python3.11.4 compiled and installed from source.
99
# Oracle JDK 17 installed from dnf.
10-
# Souffle 2.3 compiled and installed from source.
10+
# Souffle 2.5 compiled and installed from source.
1111
# Other runtime libraries (e.g sqlite-devel) which are installed from dnf.
1212

1313
FROM container-registry.oracle.com/os/oraclelinux:9-slim@sha256:e2aa8053b4a15f27c5f80666be1190d24aa3f403225f2dd6fdb545979f08482a
@@ -195,7 +195,7 @@ enabled=1\
195195
make \
196196
pkg-config \
197197
rpm-build \
198-
&& git clone --depth=1 https://github.com/souffle-lang/souffle/ -b 2.4 \
198+
&& git clone --depth=1 https://github.com/souffle-lang/souffle/ -b 2.5 \
199199
&& cd souffle \
200200
&& cmake -S . -B build -DSOUFFLE_DOMAIN_64BIT=ON -DCMAKE_INSTALL_PREFIX="/usr/local" \
201201
&& nproc="$(nproc)" \

0 commit comments

Comments
 (0)