Update postgres Docker tag to v15 (develop)
This commit is contained in:
parent
69d217317b
commit
fde81c1a03
4 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue