Update postgres Docker tag to v16 #72

Open
renovate wants to merge 1 commits from renovate/postgres-16.x into master
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ pip:
test_python:
extends: .python_test_template
services:
- postgres:14-alpine
- postgres:16-alpine
variables:
POSTGRES_HOST_AUTH_METHOD: trust
DATABASE_URL: postgres://postgres@postgres/postgres

View File

@ -23,7 +23,7 @@ services:
image: redis:6-alpine
db:
image: postgres:14-alpine
image: postgres:16-alpine
environment:
- POSTGRES_PASSWORD=website
- POSTGRES_USER=website