chore(deps): update postgres docker tag to v15.4 (#326)

* chore(deps): update postgres docker tag to v15.4

* Update app version

---------

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] 2023-08-15 14:21:34 +08:00 committed by GitHub
parent 00f361f49d
commit ebd0da5c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
postgres:
container_name: ${CONTAINER_NAME}
image: postgres:15.3-alpine
image: postgres:15.4-alpine
restart: always
environment:
- POSTGRES_USER=${PANEL_DB_ROOT_USER}