chore(deps): update postgres docker tag to v16.1 (#52)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| postgres | minor | `16.0-alpine` -> `16.1-alpine` |

---

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

Reviewed-on: #52
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 2023-11-24 15:13:48 +00:00 committed by João Paulo Dubas
parent 7420139650
commit 93e1719d0d

View File

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