Skip to content

Commit

Permalink
chore: Update dependencies fuseki and app (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Sep 29, 2023
1 parent d9fd81c commit 8123dbd
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
Expand Up @@ -3,14 +3,14 @@ version: '3.7'
services:

app:
image: daschswiss/dsp-app:v10.23.3
image: daschswiss/dsp-app:v10.23.5
ports:
- "4200:4200"
networks:
- knora-net

db:
image: daschswiss/apache-jena-fuseki:2.1.0 # 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.1.1 # 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.1.0" // 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.1.1" // 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.11"
Expand Down

0 comments on commit 8123dbd

Please sign in to comment.