1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 07:11:46 +08:00

chore(deps): update codeberg.org/forgejo/forgejo docker tag to v15 (localApps) (#5112)

This commit is contained in:
renovate[bot] 2026-04-17 03:00:36 +08:00 committed by GitHub
parent 7d7dda5353
commit f9fe545f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[ -f ./.env ] && source ./.env
# renovate
IMAGE=codeberg.org/forgejo/forgejo:14.0.4
IMAGE=codeberg.org/forgejo/forgejo:15.0.0
if [ "${ROOTLESS}" = "true" ]; then
IMAGE="${IMAGE}-rootless"