Index: docker-compose.yml =================================================================== diff -u -N -r20e7b3ca096ee1e80657497e22812276d68b9db1 -rbc6c852670f10c80cfd0f3007d9905e4f779f14e --- docker-compose.yml (.../docker-compose.yml) (revision 20e7b3ca096ee1e80657497e22812276d68b9db1) +++ docker-compose.yml (.../docker-compose.yml) (revision bc6c852670f10c80cfd0f3007d9905e4f779f14e) @@ -1,7 +1,7 @@ version: "2" services: offline-ui: - image: openlmis/dev-ui:9.0.3-RC1 + image: openlmis/dev-ui:9.0.3-SNAPSHOT working_dir: /app volumes: - '.:/app' @@ -22,23 +22,23 @@ - ui-layout - stockmanagement-ui auth-ui: - image: openlmis/auth-ui:6.2.7-RC1 + image: openlmis/auth-ui:6.2.7-SNAPSHOT volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.6-RC1 + image: openlmis/referencedata-ui:5.6.6-SNAPSHOT volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.6-RC1 + image: openlmis/ui-components:7.2.6-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.0-RC1 + image: openlmis/ui-layout:5.2.0-SNAPSHOT volumes: - '/openlmis-ui-layout' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.1.0-RC1 + image: openlmis/stockmanagement-ui:2.1.0-SNAPSHOT volumes: - '/openlmis-stockmanagement-ui' image: