Skip to content

Commit

Permalink
chore: Update apache-jena-fuseki to 5.0.0-3 (#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Jun 14, 2024
1 parent 645aabc commit 8b74e1a
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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8b74e1a

Please sign in to comment.