Skip to content

Commit 39257f5

Browse files
authored
feat: upgrade to Jena v5.6.0
1 parent e34f76d commit 39257f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM eclipse-temurin:21-jre-alpine AS base
44

55
# Allow versions to be overridden during build
6-
ARG JENA_VERSION=5.4.0
6+
ARG JENA_VERSION=5.6.0
77
ENV JENA_VERSION=${JENA_VERSION}
88

99
ARG SIS_VERSION=1.4
@@ -83,4 +83,4 @@ ENTRYPOINT ["/docker-entrypoint.sh"]
8383
CMD ["java", "-cp", "*:/javalibs/*", "org.apache.jena.fuseki.main.cmds.FusekiServerCmd"]
8484
#CMD ["java", "-cp", "*:/javalibs/*", "-Dlog4j.configurationFile=/fuseki-base/log4j2.properties", "org.apache.jena.fuseki.main.cmds.FusekiServerCmd"]
8585
#CMD ["java", "-cp", "*:/javalibs/*", "-Dlog4j.configurationFile=/fuseki-base/log4j2.properties", "-DSIS_DATA=/fuseki-base/SIS_DATA", "-Dorg.apache.sis.referencing.factory.sql.EPSG.embedded=true", "-Dderby.stream.error.file=/fuseki-base/derby-logs/derby.log", "-Dderby.system.home=/fuseki-base/derby-logs", "org.apache.jena.fuseki.main.cmds.FusekiServerCmd"]
86-
#CMD ["java", "-cp", "*:/javalibs/*", "-Dlog4j.configurationFile=/fuseki-base/log4j2.properties", "-Dderby.stream.error.file=/fuseki-base/derby-logs/derby.log", "-DSIS_DATA=/fuseki-base/sis_data", "org.apache.jena.fuseki.main.cmds.FusekiServerCmd"]
86+
#CMD ["java", "-cp", "*:/javalibs/*", "-Dlog4j.configurationFile=/fuseki-base/log4j2.properties", "-Dderby.stream.error.file=/fuseki-base/derby-logs/derby.log", "-DSIS_DATA=/fuseki-base/sis_data", "org.apache.jena.fuseki.main.cmds.FusekiServerCmd"]

0 commit comments

Comments
 (0)