Skip to content

Commit

Permalink
chore: bump versions for 2025.02.01
Browse files Browse the repository at this point in the history
  • Loading branch information
irmastnt committed Feb 3, 2025
1 parent b37d43c commit 974b0b4
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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/versions/RELEASE.json
image: daschswiss/knora-api:v31.2.1
image: daschswiss/knora-api:v31.4.0
depends_on:
- sipi
- db
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:v31.2.1
image: daschswiss/knora-sipi:v31.4.0
ports:
- "1024:1024"
volumes:
Expand All @@ -44,7 +44,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/versions/RELEASE.json
image: daschswiss/dsp-app:v11.22.6
image: daschswiss/dsp-app:v11.24.0
volumes:
- ./dsp-app-config.json:/public/config/config.prod.json
ports:
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: b1083e7e074a3ecb083f30c36c5a78ff1edea97a
DSP-API commit: 7ee3f29c682d333da0cae785e17067b584ae6a43

0 comments on commit 974b0b4

Please sign in to comment.