1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-20 21:39:34 +08:00

chore(deps): update postgres docker tag to v12.22 (#2575)

* chore(deps): update postgres docker tag to v12.22

* 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:
renovate[bot] 2024-11-25 10:49:17 +08:00 committed by GitHub
parent a6143fea2a
commit f688b153c8
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
services:
postgres:
container_name: ${CONTAINER_NAME}
image: postgres:12.21-alpine
image: postgres:12.22-alpine
restart: always
environment:
- POSTGRES_USER=${PANEL_DB_ROOT_USER}