diff --git a/docker-compose.yml b/docker-compose.yml index 747f614427..28905ff8ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: db: # should be the same version as in Dependencies.scala, # make sure to use the same version in ops-deploy repository when deploying new DSP releases! - image: daschswiss/apache-jena-fuseki:5.0.0-2 + image: daschswiss/apache-jena-fuseki:5.0.0-3 ports: - "3030:3030" volumes: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 57b303aa40..2b8c224340 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ import scala.collection.immutable.Seq object Dependencies { // should be the same version as in docker-compose.yml, // make sure to use the same version in ops-deploy repository when deploying new DSP releases! - val fusekiImage = "daschswiss/apache-jena-fuseki:5.0.0-2" + val fusekiImage = "daschswiss/apache-jena-fuseki:5.0.0-3" // base image the knora-sipi image is created from val sipiImage = "daschswiss/sipi:v3.12.2"