Skip to content

Commit

Permalink
Release 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofkomanec committed Oct 3, 2024
1 parent 5f5076d commit 589fe52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- dswbot/document-worker:develop
- dswbot/mailer:develop
# Maintained
- datastewardshipwizard/wizard-server:4.9
- datastewardshipwizard/wizard-client:4.9
- datastewardshipwizard/document-worker:4.9
- datastewardshipwizard/mailer:4.9
# Latest
- datastewardshipwizard/wizard-server:4.10
- datastewardshipwizard/wizard-client:4.10
- datastewardshipwizard/document-worker:4.10
- datastewardshipwizard/mailer:4.10
# Latest
- datastewardshipwizard/wizard-server:4.11
- datastewardshipwizard/wizard-client:4.11
- datastewardshipwizard/document-worker:4.11
- datastewardshipwizard/mailer:4.11

steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

dsw-server:
image: datastewardshipwizard/wizard-server:4.10
image: datastewardshipwizard/wizard-server:4.11
platform: linux/amd64
restart: always
ports:
Expand All @@ -17,7 +17,7 @@ services:
- host.docker.internal:host-gateway

dsw-client:
image: datastewardshipwizard/wizard-client:4.10
image: datastewardshipwizard/wizard-client:4.11
restart: always
ports:
# (!!) Expose only for local deployment, externally use HTTPS proxy
Expand All @@ -26,7 +26,7 @@ services:
API_URL: http://localhost:3000/wizard-api

docworker:
image: datastewardshipwizard/document-worker:4.10
image: datastewardshipwizard/document-worker:4.11
restart: always
depends_on:
- postgres
Expand All @@ -38,7 +38,7 @@ services:
- host.docker.internal:host-gateway

mailer:
image: datastewardshipwizard/mailer:4.10
image: datastewardshipwizard/mailer:4.11
restart: always
depends_on:
- postgres
Expand Down

0 comments on commit 589fe52

Please sign in to comment.