From 3b66b0b437e5f7aa49b0539bf0bb0136f6f007b5 Mon Sep 17 00:00:00 2001 From: mgrochalskisoldevelo Date: Tue, 23 Apr 2024 16:01:07 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 006c529..49e38d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,19 +20,19 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.12-SNAPSHOT + image: openlmis/auth-ui:6.2.13-SNAPSHOT volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.12-SNAPSHOT + image: openlmis/referencedata-ui:5.6.13-SNAPSHOT volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.11-SNAPSHOT + image: openlmis/ui-components:7.2.12-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.6-SNAPSHOT + image: openlmis/ui-layout:5.2.5 volumes: - '/openlmis-ui-layout' image: