From 5f51c7a2174d96a34ad168da8e043c3ee357b815 Mon Sep 17 00:00:00 2001 From: Pablo Brasero Date: Thu, 12 Feb 2026 14:33:56 +0000 Subject: [PATCH] Ensure version of Postgres compatible with client tools --- .devcontainer/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/compose.yaml b/.devcontainer/compose.yaml index 7cb518323..7e9b3832d 100644 --- a/.devcontainer/compose.yaml +++ b/.devcontainer/compose.yaml @@ -37,7 +37,7 @@ services: restart: unless-stopped postgres: - image: postgres:16.1 + image: postgres:15 restart: unless-stopped networks: - default -- 2.39.5