chore(deps): update postgres docker tag to v15
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
renovate 2023-01-11 18:01:02 +00:00
parent 82f4a5ad50
commit 80656f9d32
1 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ services:
- name: tmp-mysql-migration
path: /var/lib/mysql
- name: test-postgres-unit
image: postgres:14
image: postgres:15
environment:
POSTGRES_PASSWORD: vikunjatest
POSTGRES_DB: vikunjatest
@ -73,7 +73,7 @@ services:
commands:
- docker-entrypoint.sh -c fsync=off -c full_page_writes=off # turns of wal
- name: test-postgres-integration
image: postgres:14
image: postgres:15
environment:
POSTGRES_PASSWORD: vikunjatest
POSTGRES_DB: vikunjatest
@ -83,7 +83,7 @@ services:
commands:
- docker-entrypoint.sh -c fsync=off -c full_page_writes=off # turns of wal
- name: test-postgres-migration
image: postgres:14
image: postgres:15
environment:
POSTGRES_PASSWORD: vikunjatest
POSTGRES_DB: vikunjatest