mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
chore(deps): update postgres docker tag to v16 (#426)
* chore(deps): update postgres docker tag to v16 * 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
194181f604
commit
7d91762ab5
@ -2,7 +2,7 @@ version: '3'
|
||||
services:
|
||||
postgres:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: postgres:15.4-alpine
|
||||
image: postgres:16.0-alpine
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
|
Loading…
Reference in New Issue
Block a user