mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-17 22:29:36 +08:00
chore(deps): update postgres docker tag to v16.6 (#2587)
* chore(deps): update postgres docker tag to v16.6 * 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
8d9374b951
commit
c329232336
@ -1,7 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: postgres:16.5-alpine
|
||||
image: postgres:16.6-alpine
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
||||
Loading…
x
Reference in New Issue
Block a user