Skip to content

Commit 40a00aa

Browse files
authored
fix: update to swipl v9.3.33 (#1030)
* fix: update to swipl v9.3.33 * Modify submodule update in Dockerfile Updated submodule list in Dockerfile to include 'packages/json'.
1 parent 20ed3f4 commit 40a00aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ RUN git clone --single-branch https://github.com/SWI-Prolog/swipl-devel
3434
WORKDIR /swipl-devel
3535
RUN git checkout $SWIPL_COMMIT
3636
RUN git submodule update --init --depth 1 -j 100 \
37-
packages/chr packages/clib packages/clpqr packages/http packages/nlp \
38-
packages/pcre packages/plunit packages/sgml packages/RDF \
37+
packages/chr packages/clib packages/clpqr packages/http packages/json \
38+
packages/nlp packages/pcre packages/plunit packages/sgml packages/RDF \
3939
packages/semweb packages/zlib
4040

4141
# Build SWIPL

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
},
8080
"config": {
8181
"swipl": {
82-
"version": "9.3.32",
83-
"commit": "698346f5ea59802cc4e38d5266bd391b40e16329",
84-
"name": "V9.3.32"
82+
"version": "9.3.33",
83+
"commit": "24cf6b20a91a3f389e22bd8ac915251c34ea30bb",
84+
"name": "V9.3.33"
8585
},
8686
"emsdk": {
8787
"version": "4.0.18",

0 commit comments

Comments
 (0)