Skip to content

Commit

Permalink
chore: bump start-stack to 2024.03.02-hotfix (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Mar 27, 2024
1 parent acd290a commit d4733c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Expand Up @@ -7,7 +7,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:v30.10.0
image: daschswiss/knora-api:v30.10.1
depends_on:
- sipi
- db
Expand All @@ -34,7 +34,7 @@ services:

sipi:
# on the verge of every deployment (fortnightly), take the same tag as DSP-API
image: daschswiss/knora-sipi:v30.10.0
image: daschswiss/knora-sipi:v30.10.1
ports:
- "1024:1024"
volumes:
Expand All @@ -57,7 +57,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:v11.7.4
image: daschswiss/dsp-app:v11.7.5
ports:
- "4200:4200"
networks:
Expand Down
2 changes: 1 addition & 1 deletion src/dsp_tools/resources/start-stack/start-stack-config.yml
@@ -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: b1d5743bac951c8033ee1b6f0a6395c6a8c0c6fd
DSP-API commit: 62260e429f20c115021e82c0baa93ef4cbfb6eab

0 comments on commit d4733c6

Please sign in to comment.