chore: bump postgresql from 15 to 16 (#32597)

This commit is contained in:
RealGreenDragon
2025-03-11 23:26:26 +01:00
committed by GitHub
parent 3b1d763421
commit 85d51f5c9a
12 changed files with 16 additions and 16 deletions

View File

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