chore(deps): update dependency postgres
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
CSRBot 2022-11-01 23:01:54 +01:00
parent 53f5482fe8
commit 67670d4f3b
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