Postgresql bump from 17.4 -> 17.5

This commit is contained in:
2025-07-12 15:18:44 -04:00
parent c176d0fcf3
commit d67add61d2
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ services:
# PostgreSQL Database Service
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