Skip to content

Commit

Permalink
chore: bump fuseki version to 4.8.0 (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Jun 5, 2023
1 parent c565a09 commit 135da99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -10,7 +10,7 @@ services:
- knora-net

db:
image: daschswiss/apache-jena-fuseki:2.0.11 # should be the same version as in Dependencies.scala, also make sure to use the same version when deploying it (i.e. version in ops-deploy)!
image: daschswiss/apache-jena-fuseki:2.0.12 # should be the same version as in Dependencies.scala, also make sure to use the same version when deploying it (i.e. version in ops-deploy)!
ports:
- "3030:3030"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -10,7 +10,7 @@ import sbt._
object Dependencies {

val fusekiImage =
"daschswiss/apache-jena-fuseki:2.0.11" // should be the same version as in docker-compose.yml, also make sure to use the same version when deploying it (i.e. version in ops-deploy)!
"daschswiss/apache-jena-fuseki:2.0.12" // should be the same version as in docker-compose.yml, also make sure to use the same version when deploying it (i.e. version in ops-deploy)!
val sipiImage = "daschswiss/sipi:3.8.1" // base image the knora-sipi image is created from

val ScalaVersion = "2.13.10"
Expand Down

0 comments on commit 135da99

Please sign in to comment.