chore(ci): upgrade postgres to 17.0

This commit is contained in:
2024-10-01 20:56:19 +00:00
parent 6e9df0c188
commit fde665738c

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