From 2e1fd2a38fb9196db544711d569928b7425a5a80 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 10 Apr 2025 20:57:05 -0400 Subject: [PATCH] Using postgres17.4 for docker --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 767874f..38c1b41 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -25,7 +25,7 @@ services: # PostgreSQL Database Service db: - image: postgres:17-alpine # Use an official Postgres image (Alpine variant is smaller) + image: postgres:17.4-alpine # Use an official Postgres image (Alpine variant is smaller) container_name: icarus_auth_db # Optional: Give the container a specific name environment: # These MUST match the user, password, and database name in the DATABASE_URL above