feat: upgrade postgres to latest version

This commit is contained in:
Joao P Dubas 2022-04-22 11:07:17 +00:00
parent 79ce6c4468
commit 38d2ce5fe8
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ steps:
services:
- name: db
image: 'postgres:13.3-alpine'
image: 'postgres:14.2-alpine'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -2,7 +2,7 @@
version: '3.7'
services:
db:
image: 'postgres:13.3-alpine'
image: 'postgres:14.2-alpine'
hostname: &db_host db
environment:
POSTGRES_USER: &db_user postgres