chore(deps): upgrade postgres to 17.3
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-02-14 21:54:57 +00:00
parent 387a547535
commit a0ab41db67

View File

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