chore: bump postgresql in docker-compose and github workflows (#24147)

This commit is contained in:
Sebastian Liebscher
2023-07-24 19:09:41 +02:00
committed by GitHub
parent c43674e8f3
commit c17accc0b4
8 changed files with 12 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ jobs:
SUPERSET__SQLALCHEMY_DATABASE_URI: postgresql+psycopg2://superset:superset@127.0.0.1:15432/superset
services:
postgres:
image: postgres:14-alpine
image: postgres:15-alpine
env:
POSTGRES_USER: superset
POSTGRES_PASSWORD: superset