Index: docker-compose.yml =================================================================== diff -u -N -rfe4bb9b265b7169e15db5ad93e4b159c3adeb78e -r7bffc4c253aa1673efb9eddb12ba3ba99d23ff49 --- docker-compose.yml (.../docker-compose.yml) (revision fe4bb9b265b7169e15db5ad93e4b159c3adeb78e) +++ docker-compose.yml (.../docker-compose.yml) (revision 7bffc4c253aa1673efb9eddb12ba3ba99d23ff49) @@ -1,7 +1,7 @@ version: "2" services: offline-ui: - image: openlmis/dev-ui:9.0.2 + 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.6 + image: openlmis/auth-ui:6.2.7-SNAPSHOT volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.5 + image: openlmis/referencedata-ui:5.6.6-SNAPSHOT volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.5 + image: openlmis/ui-components:7.2.6-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.9 + image: openlmis/ui-layout:5.2.0-SNAPSHOT volumes: - '/openlmis-ui-layout' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.0.9 + image: openlmis/stockmanagement-ui:2.1.0-SNAPSHOT volumes: - '/openlmis-stockmanagement-ui' image: