chore(deps): update postgres docker tag to v16.3 (#1392)

* chore(deps): update postgres docker tag to v16.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2024-05-10 15:05:25 +08:00 committed by GitHub
parent 05055efd27
commit 047af3429b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
services:
postgres:
container_name: ${CONTAINER_NAME}
image: postgres:16.2-alpine
image: postgres:16.3-alpine
restart: always
environment:
- POSTGRES_USER=${PANEL_DB_ROOT_USER}