Skip to content

Commit

Permalink
Update Apache Jena to version 4.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed Aug 2, 2023
1 parent 20cf9ed commit 21875f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ RUN test "x$TARGETARCH" = xamd64 && ( \
)

# Install Jena.
RUN wget -nv http://archive.apache.org/dist/jena/binaries/apache-jena-4.6.1.tar.gz -O- | tar xzC /tools && \
mv /tools/apache-jena-4.6.1 /tools/apache-jena
RUN wget -nv http://archive.apache.org/dist/jena/binaries/apache-jena-4.9.0.tar.gz -O- | tar xzC /tools && \
mv /tools/apache-jena-4.9.0 /tools/apache-jena

# Install SPARQLProg.
RUN swipl -g "pack_install(sparqlprog, [interactive(false)])" -g halt && \
Expand Down

0 comments on commit 21875f9

Please sign in to comment.