chore(deps): update postgres docker tag to v16.4 (#90)
All checks were successful
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| postgres | minor | `16.3-alpine` -> `16.4-alpine` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Reviewed-on: #90
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
renovate-bot 2024-08-13 14:09:16 +00:00 committed by João Paulo Dubas
parent 4195fc615f
commit 4d545074f5
2 changed files with 2 additions and 2 deletions

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

View File

@ -1,7 +1,7 @@
---
services:
db:
image: 'postgres:16.3-alpine'
image: 'postgres:16.4-alpine'
hostname: &db_host db
init: true
environment: