Upgrading postgresql to 17.5 (#151)

Closes #150
This commit was merged in pull request #151.
This commit is contained in:
KD
2025-07-12 15:59:23 -04:00
committed by GitHub
parent 3cde57dca8
commit 7fdea3491f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ services:
# PostgreSQL Database Service
# --- icarus web api db ---
main_db:
image: postgres:17.4-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:17.5-alpine # Use an official Postgres image (Alpine variant is smaller)
container_name: icarus_db # Optional: Give the container a specific name
environment:
# These MUST match the user, password, and database name in the DATABASE_URL above
@@ -73,7 +73,7 @@ services:
# --- icarus web auth api db ---
auth_db:
image: postgres:17.4-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:17.5-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