chore(deps): update postgres docker tag to v17.3 #122

Merged
joao.dubas merged 2 commits from renovate/postgres-17.x into main 2025-02-14 22:06:27 +00:00
Showing only changes of commit a0ab41db67 - Show all commits

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