feat: upgrade postgres to latest version
This commit is contained in:
parent
79ce6c4468
commit
38d2ce5fe8
@ -22,7 +22,7 @@ steps:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- name: db
|
- name: db
|
||||||
image: 'postgres:13.3-alpine'
|
image: 'postgres:14.2-alpine'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: 'postgres:13.3-alpine'
|
image: 'postgres:14.2-alpine'
|
||||||
hostname: &db_host db
|
hostname: &db_host db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: &db_user postgres
|
POSTGRES_USER: &db_user postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user