From a76aea1df67e4868857dd85ebc150a81e4338f9e Mon Sep 17 00:00:00 2001 From: Pyry Rouvila Date: Wed, 11 Dec 2024 22:55:53 +0200 Subject: [PATCH] chore: update mosip api --- infrastructure/docker-compose.deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/docker-compose.deploy.yml b/infrastructure/docker-compose.deploy.yml index e3877752f..21899170a 100644 --- a/infrastructure/docker-compose.deploy.yml +++ b/infrastructure/docker-compose.deploy.yml @@ -1019,7 +1019,7 @@ services: - node.labels.data1 == true mosip-api: - image: ghcr.io/opencrvs/mosip:31bbe14 + image: ghcr.io/opencrvs/mosip:f4fbde3 environment: - NODE_ENV=production - MOSIP_BIRTH_WEBHOOK_URL=http://mosip-mock:20240/webhooks/opencrvs/birth @@ -1038,7 +1038,7 @@ services: tag: 'mosip-api' mosip-mock: - image: ghcr.io/opencrvs/mosip-mock:31bbe14 + image: ghcr.io/opencrvs/mosip-mock:f4fbde3 environment: - NODE_ENV=production - OPENCRVS_MOSIP_SERVER_URL=http://mosip-api:2024/webhooks/mosip