Skip to content

Commit

Permalink
chore: upgrade Apache Jena Fuseki docker image to v2.0.11 (DEV-1299) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 committed Jan 3, 2023
1 parent baca8a8 commit c91d284
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.8 # 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.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)!
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.8" // 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.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)!
val sipiImage = "daschswiss/sipi:3.5.0" // base image the knora-sipi image is created from

val ScalaVersion = "2.13.8"
Expand Down

0 comments on commit c91d284

Please sign in to comment.