Updating docker

This commit is contained in:
2026-04-05 17:42:07 -04:00
parent f9284e867c
commit a4a63e9bf7
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
# --- Add database service definition ---
services:
postgres:
image: postgres:18.0
image: postgres:18.3-alpine
env:
# Use secrets for DB init, with fallbacks for flexibility
POSTGRES_USER: ${{ secrets.DB_TEST_USER || 'testuser' }}