diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 0d882d1..a12108f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-full-24.04 services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: budgit_test POSTGRES_PASSWORD: testpass