Skip to content

Commit

Permalink
chore: Update fuseki and app in docker-compose (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Oct 22, 2024
1 parent 2a2b322 commit c5b0c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: daschswiss/dsp-app:v11.20.0
image: daschswiss/dsp-app:v11.21.0
ports:
- "4200:4200"
networks:
Expand All @@ -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.1.0
image: daschswiss/apache-jena-fuseki:5.2.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 @@ -10,7 +10,7 @@ import sbt._
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.1.0"
val fusekiImage = "daschswiss/apache-jena-fuseki:5.2.0"
// base image the knora-sipi image is created from
val sipiImage = "daschswiss/sipi:v3.14.0"

Expand Down

0 comments on commit c5b0c45

Please sign in to comment.