Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 24, 2023
1 parent 863270e commit a6e3fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

wis2box-ui:
container_name: wis2box-ui
image: ghcr.io/wmo-im/wis2box-ui:latest
image: ghcr.io/wmo-im/wis2box-ui:0.5.2
env_file:
- default.env
- dev.env
Expand All @@ -22,7 +22,7 @@ services:

wis2box-api:
container_name: wis2box-api
image: ghcr.io/wmo-im/wis2box-api:latest
image: ghcr.io/wmo-im/wis2box-api:0.5.1
env_file:
- default.env
- dev.env
Expand Down Expand Up @@ -115,7 +115,7 @@ services:

wis2box-auth:
container_name: wis2box-auth
image: ghcr.io/wmo-im/wis2box-auth:latest
image: ghcr.io/wmo-im/wis2box-auth:0.5.0
env_file:
- default.env
- dev.env
Expand Down

0 comments on commit a6e3fd6

Please sign in to comment.