chore(deps): update postgres docker tag to v14.15 (#2585)
* chore(deps): update postgres docker tag to v14.15 * 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
5f57b42579
commit
117348c8df
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
image: postgres:14.14-alpine
|
image: postgres:14.15-alpine
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
||||||
Loading…
Reference in New Issue