chore(deps): update postgres docker tag to v14.16 (#3214)
* chore(deps): update postgres docker tag to v14.16 * 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
3f4c2513e5
commit
2bb0f9df83
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
postgres:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: postgres:14.15-alpine
|
||||
image: postgres:14.16-alpine
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
||||
Loading…
Reference in New Issue