From 632e12a5f74ec20d70ec2a7caba203d7c807b9b2 Mon Sep 17 00:00:00 2001 From: Pl217 Date: Mon, 27 Nov 2023 11:30:01 +0100 Subject: [PATCH] Upgrade to Postgres 14 This API depends on v3 API to start the database, thus integrated compose file is used, instead of standalone compose file. Even though this file isn't usually used, update Postgres version, as this should have been done in HPC-8969 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ac833d5b..7a58fa81 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,7 +24,7 @@ services: depends_on: - db db: - image: postgres:11.7 + image: postgres:14.8-alpine3.18 environment: - POSTGRES_PASSWORD=demo - POSTGRES_USER=demo