Update postgres Docker tag to v15 (develop)

This commit is contained in:
RenovateBot 2022-10-28 05:25:22 +00:00 committed by Georg Krause
commit fde81c1a03
4 changed files with 5 additions and 4 deletions

View file

@ -174,7 +174,7 @@ eslint:
test_api:
interruptible: true
services:
- postgres:14-alpine
- postgres:15-alpine
- redis:7-alpine
stage: test
retry: 1
@ -236,7 +236,7 @@ build_docs:
stage: build
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.10
services:
- postgres:14-alpine
- postgres:15-alpine
- redis:7-alpine
cache:
key: "$CI_PROJECT_ID__pip_cache"