chore(deps): update dependency postgres
This commit is contained in:
parent
3c8a322f11
commit
1ca21609ff
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user