Skip to content

Commit

Permalink
Release 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek authored Feb 5, 2025
1 parent 53ee689 commit 085c8d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
- dswbot/document-worker:develop
- dswbot/mailer:develop
# Maintained
- datastewardshipwizard/wizard-server:4.13
- datastewardshipwizard/wizard-client:4.13
- datastewardshipwizard/document-worker:4.13
- datastewardshipwizard/mailer:4.13
# Latest
- datastewardshipwizard/wizard-server:4.14
- datastewardshipwizard/wizard-client:4.14
- datastewardshipwizard/document-worker:4.14
- datastewardshipwizard/mailer:4.14
# Latest
- datastewardshipwizard/wizard-server:4.15
- datastewardshipwizard/wizard-client:4.15
- datastewardshipwizard/document-worker:4.15
- datastewardshipwizard/mailer:4.15

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Grype
run: |
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.14
image: datastewardshipwizard/wizard-server:4.15
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.14
image: datastewardshipwizard/wizard-client:4.15
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.14
image: datastewardshipwizard/document-worker:4.15
restart: always
depends_on:
- postgres
Expand All @@ -38,7 +38,7 @@ services:
- host.docker.internal:host-gateway

mailer:
image: datastewardshipwizard/mailer:4.14
image: datastewardshipwizard/mailer:4.15
restart: always
depends_on:
- postgres
Expand Down

0 comments on commit 085c8d6

Please sign in to comment.