Upgrade runtime and system dependencies #5

Merged
joao.dubas merged 7 commits from jpd-upgrade-runtime into main 2022-04-22 15:21:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 38d2ce5fe8 - Show all commits

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