Update postgres Docker tag to v14

environments/review-docs-devel-1399dq/deployments/10246
Renovate Bot 2022-02-03 19:33:13 +00:00
rodzic 03cb761749
commit 38445787c3
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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