From 88f0c101783d5c2971e32c3b1cf7ee8be1e5b01d Mon Sep 17 00:00:00 2001 From: Adam Young <84069121+ayoung-ccdc@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:06:18 +0100 Subject: [PATCH] 4.2.1 Webcsd searching hotfix (XPED-1128) Fixing issue with missing synonyms and incorrect status of structure awaiting curation --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 03c3a9d..bb2b584 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# On-Site Version 4.0 +# On-Site Version 4.2.1 version: "3.6" x-labels: &k8s-labels @@ -79,7 +79,7 @@ services: condition: service_healthy csd-request-entry: condition: service_healthy - image: ccdcrepository.azurecr.io/onsite/webcsdbackend:4.2.0 + image: ccdcrepository.azurecr.io/onsite/webcsdbackend:4.2.1 environment: - CCDC_LICENSING_CONFIGURATION=${CCDC_LICENSING_CONFIGURATION} - Logging__LogLevel__Default=Warning