Compare commits

..

2 Commits

Author SHA1 Message Date
11c00b426a chore(deps): update dependency sobelow to ~> 0.13
All checks were successful
continuous-integration/drone/pr Build is passing
2023-11-24 15:18:27 +00:00
93e1719d0d 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>
2023-11-24 15:13:48 +00:00

View File

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