From b05676bce4f33274f7c09d184c0434ea55f341f7 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Mon, 27 Oct 2025 15:45:04 -0500 Subject: [PATCH] Pinning Postgres version to 17 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 17bc1c0..a7ff8d1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -289,7 +289,7 @@ services: start_period: 1s postgres: - image: postgres:${POSTGRES_VERSION:-latest} + image: postgres:${POSTGRES_VERSION:-17} restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"]