diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 06176e47..467e7b0d 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:13 + image: postgres:17 env: POSTGRES_PASSWORD: password POSTGRES_USER: ictsc diff --git a/backend/compose.yaml b/backend/compose.yaml index f2d5447c..bb3c6c60 100644 --- a/backend/compose.yaml +++ b/backend/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:13 + image: postgres:17 restart: always ports: - ":5432"