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

@@ -25,7 +25,7 @@ jobs:
SUPERSET__SQLALCHEMY_EXAMPLES_URI: presto://localhost:15433/memory/default
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env:
POSTGRES_USER: superset
POSTGRES_PASSWORD: superset
@@ -94,7 +94,7 @@ jobs:
UPLOAD_FOLDER: /tmp/.superset/uploads/
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env:
POSTGRES_USER: superset
POSTGRES_PASSWORD: superset