feat(deps)!: bump postgresql from 16 to 17 (#37782)

This commit is contained in:
RealGreenDragon
2026-02-19 02:12:48 +01:00
committed by GitHub
parent f54bbdc06b
commit de079a7b19
13 changed files with 22 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ jobs:
USE_DASHBOARD: ${{ github.event.inputs.use_dashboard == 'true' || 'false' }}
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env:
POSTGRES_USER: superset
POSTGRES_PASSWORD: superset
@@ -171,7 +171,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env:
POSTGRES_USER: superset
POSTGRES_PASSWORD: superset