chore(deps): upgrade postgres docker tag to v16.4 on ci
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2024-08-13 13:55:52 +00:00
parent 95edb0b2af
commit 7dad7fa6ce
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.3-alpine'
image: &postgres 'postgres:16.4-alpine'
environment:
PGUSER: &db_user postgres
PGPASSWORD: &db_pass postgres