Index: docker-compose.yml =================================================================== diff -u -N -r9fc26f2c5e3e1da393d8ebc0c9469ad94952ecdf -r3c90ace491af028ad3aeeb3ef35b06f7060cc441 --- docker-compose.yml (.../docker-compose.yml) (revision 9fc26f2c5e3e1da393d8ebc0c9469ad94952ecdf) +++ docker-compose.yml (.../docker-compose.yml) (revision 3c90ace491af028ad3aeeb3ef35b06f7060cc441) @@ -18,15 +18,15 @@ - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.8-RC2 + image: openlmis/auth-ui:6.2.8 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.7-RC2 + image: openlmis/ui-components:7.2.7 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.1-RC2 + image: openlmis/ui-layout:5.2.1 volumes: - '/openlmis-ui-layout' image: