From 6c3dcd82b155db786bc500423cb8eec2e1762c4c Mon Sep 17 00:00:00 2001 From: AlexHerbertMadeTech Date: Mon, 20 May 2024 17:10:32 +0100 Subject: [PATCH 1/2] [HIA-721] Trying to fix smoke tests via advice from cloud platform team --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9a288d7f6..be13dee76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: - LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=TRACE hmpps-auth: - image: quay.io/hmpps/hmpps-auth:latest + image: quay.io/hmpps/hmpps-auth:2024-05-20.23309.58337c3 container_name: hmpps-auth ports: - "9090:8080" From 29f0e29c8083f9b61beba4834cc1c99f2c3f30c7 Mon Sep 17 00:00:00 2001 From: AlexHerbertMadeTech Date: Tue, 21 May 2024 09:04:13 +0100 Subject: [PATCH 2/2] [HIA-721] Reverting change now that Cloud Platform team have it fixed --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index be13dee76..9a288d7f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: - LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=TRACE hmpps-auth: - image: quay.io/hmpps/hmpps-auth:2024-05-20.23309.58337c3 + image: quay.io/hmpps/hmpps-auth:latest container_name: hmpps-auth ports: - "9090:8080"