chore(ci): upgrade postgres to 17.0

This commit is contained in:
João Paulo Dubas 2024-10-01 20:56:19 +00:00
parent 6e9df0c188
commit fde665738c
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -9,7 +9,7 @@ trigger:
steps:
- name: database healthcheck
image: &postgres 'postgres:16.4-alpine'
image: 'postgres:17.0-alpine'
environment:
PGUSER: &db_user postgres
PGPASSWORD: &db_pass postgres