diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddae174c3..1fc5a0841 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,7 +138,7 @@ eslint: .test_api: interruptible: true services: - - postgres:11 + - postgres:14 - redis:6 stage: test cache: @@ -214,7 +214,7 @@ build_docs: stage: build image: $CI_REGISTRY/funkwhale/backend-test-docker:latest services: - - postgres:11 + - postgres:14 - redis:6 cache: key: "$CI_PROJECT_ID__pip_cache" diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 09cd59450..e0fd5e70b 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -8,7 +8,7 @@ services: env_file: .env environment: - "POSTGRES_HOST_AUTH_METHOD=trust" - image: postgres:11 + image: postgres:14 volumes: - ./data/postgres:/var/lib/postgresql/data