Skip to content

Commit

Permalink
Merge branch 'main' into wip/dev-2247-list-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Aug 8, 2023
2 parents a3b8a5e + 65f2719 commit 21212a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
app:
# on the verge of every deployment (fortnightly), update the "image" value from the "app" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/dsp-app:v10.23.0
image: daschswiss/dsp-app:v10.23.1
ports:
- "4200:4200"
networks:
Expand All @@ -16,7 +16,7 @@ services:
db:
# on the verge of every deployment (fortnightly), update the "image" value from the "db" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/apache-jena-fuseki:2.0.11
image: daschswiss/apache-jena-fuseki:2.1.0
ports:
- "3030:3030"
networks:
Expand All @@ -28,7 +28,7 @@ services:

sipi:
# on the verge of every deployment (fortnightly), take the same tag as DSP-API
image: daschswiss/knora-sipi:29.1.1
image: daschswiss/knora-sipi:29.1.2
ports:
- "1024:1024"
volumes:
Expand All @@ -49,7 +49,7 @@ services:
api:
# on the verge of every deployment (fortnightly), update the "image" value from the "api" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/knora-api:29.1.1
image: daschswiss/knora-api:29.1.2
depends_on:
- sipi
- db
Expand Down
2 changes: 1 addition & 1 deletion src/dsp_tools/resources/start-stack/start-stack-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

# take commit hash of latest DSP-API release from https://github.com/dasch-swiss/dsp-api/commits/main
DSP-API commit: 00f62564a8693d168f0e11be6390bb61d9c192df
DSP-API commit: 50acad8af7b66abb413014dc979e02bdb3d32fce

0 comments on commit 21212a0

Please sign in to comment.