Index: docker-compose.yml =================================================================== diff -u -N -r8f911ea410bb146eecadf977f8430fd82bfb414c -r4f427ac22317da7e17b6c0a41cef814da15c51ab --- docker-compose.yml (.../docker-compose.yml) (revision 8f911ea410bb146eecadf977f8430fd82bfb414c) +++ docker-compose.yml (.../docker-compose.yml) (revision 4f427ac22317da7e17b6c0a41cef814da15c51ab) @@ -1,7 +1,7 @@ version: "2" services: offline-ui: - image: openlmis/dev-ui:9.0.2-RC1 + image: openlmis/dev-ui:9.0.2-SNAPSHOT working_dir: /app volumes: - '.:/app' @@ -22,23 +22,23 @@ - ui-layout - stockmanagement-ui auth-ui: - image: openlmis/auth-ui:6.2.6-RC3 + image: openlmis/auth-ui:6.2.6-SNAPSHOT volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.5-RC3 + image: openlmis/referencedata-ui:5.6.5-SNAPSHOT volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.5-RC3 + image: openlmis/ui-components:7.2.5-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.9-RC3 + image: openlmis/ui-layout:5.1.9-SNAPSHOT volumes: - '/openlmis-ui-layout' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.0.9-RC3 + image: openlmis/stockmanagement-ui:2.0.9-SNAPSHOT volumes: - '/openlmis-stockmanagement-ui' image: