Skip to content

Commit

Permalink
chore: Update apache-jena-fuseki to 5.1.0 (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Aug 28, 2024
1 parent 2680556 commit 12d5250
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 @@ -9,7 +9,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-3
image: daschswiss/apache-jena-fuseki:5.1.0
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-3"
val fusekiImage = "daschswiss/apache-jena-fuseki:5.1.0"
// base image the knora-sipi image is created from
val sipiImage = "daschswiss/sipi:v3.13.0"

Expand Down

0 comments on commit 12d5250

Please sign in to comment.