From 9b91031b899f4315d11e6cc069f66a00e034586d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:36:17 +0000 Subject: [PATCH] Update hmctsprod.azurecr.io/imported/postgres Docker tag to v18 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7155a6e5..714d3b0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: - TESTING_SUPPORT_ENABLE_API=${TESTING_SUPPORT_ENABLE_API} - OS_KEY=${OS_KEY} fact-database: - image: hmctsprod.azurecr.io/imported/postgres:17-alpine + image: hmctsprod.azurecr.io/imported/postgres:18-alpine environment: POSTGRES_DB: fact POSTGRES_USER: fact