chore(deps): update dependency postgres
This commit is contained in:
parent
077486fc08
commit
42191bdc05
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user