chore(deps): update dependency postgres
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
CSRBot 2022-10-25 04:41:51 +02:00
parent 3c8a322f11
commit 1ca21609ff
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ steps:
services:
- name: postgres
image: postgres:14.5-alpine
image: postgres:15.0-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -95,7 +95,7 @@ steps:
services:
- name: postgres
image: postgres:14.5-alpine
image: postgres:15.0-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -6,7 +6,7 @@ services:
- PGTZ=Europe/Berlin
- POSTGRES_PASSWORD=postgres
- TZ=Europe/Berlin
image: postgres:14-alpine
image: postgres:15-alpine
ports:
- 5432:5432
restart: always