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

This commit is contained in:
renovate 2022-11-12 14:01:03 +00:00
parent 3d9fcb9ffb
commit 6e519ee25a
1 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,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
@ -72,7 +72,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
@ -82,7 +82,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