Skip to content

Commit

Permalink
[uss_qualifier] Upgrade to dss version v0.12.0 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco authored Mar 22, 2024
1 parent 38cea93 commit 366af52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- dss_internal_network

rid_bootstrapper:
image: interuss/dss:v0.12.0-rc1
image: interuss/dss:v0.12.0
volumes:
- dss_component_coordination:/var/dss_component_coordination
- $PWD/startup:/startup:ro
Expand All @@ -31,7 +31,7 @@ services:
- dss_internal_network

scd_bootstrapper:
image: interuss/dss:v0.12.0-rc1
image: interuss/dss:v0.12.0
volumes:
- dss_component_coordination:/var/dss_component_coordination
- $PWD/startup:/startup:ro
Expand All @@ -43,7 +43,7 @@ services:

dss:
hostname: dss.uss1.localutm
image: interuss/dss:v0.12.0-rc1
image: interuss/dss:v0.12.0
volumes:
- $PWD/../test-certs:/var/test-certs:ro
- dss_component_coordination:/var/dss_component_coordination
Expand Down

0 comments on commit 366af52

Please sign in to comment.