Update postgres Docker tag to v15
This commit is contained in:
parent
dde014860a
commit
c848e3f15c
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ pip:
|
||||||
test_python:
|
test_python:
|
||||||
extends: .python_test_template
|
extends: .python_test_template
|
||||||
services:
|
services:
|
||||||
- postgres:14-alpine
|
- postgres:15-alpine
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
DATABASE_URL: postgres://postgres@postgres/postgres
|
DATABASE_URL: postgres://postgres@postgres/postgres
|
||||||
|
|
|
@ -23,7 +23,7 @@ services:
|
||||||
image: redis:6-alpine
|
image: redis:6-alpine
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=website
|
- POSTGRES_PASSWORD=website
|
||||||
- POSTGRES_USER=website
|
- POSTGRES_USER=website
|
||||||
|
|
Loading…
Reference in a new issue