diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index d89b409d..bb2cb21c 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -19,7 +19,7 @@ jobs: services: postgres: - image: timescale/timescaledb:latest-pg16 + image: timescale/timescaledb:latest-pg17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -86,7 +86,7 @@ jobs: services: postgres: - image: timescale/timescaledb:latest-pg16 + image: timescale/timescaledb:latest-pg17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres