chore(deps): update postgres docker tag to v15.12 (#3280)
* chore(deps): update postgres docker tag to v15.12 * 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:
parent
ce30d54b1f
commit
33d2a60259
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
postgres:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: postgres:15.11-alpine
|
||||
image: postgres:15.12-alpine
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
||||
Loading…
Reference in New Issue