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:23:15 +02:00
parent 077486fc08
commit 42191bdc05
2 changed files with 3 additions and 3 deletions

View File

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

View File

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