1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-14 16:40:32 +08:00

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

This commit is contained in:
renovate[bot] 2026-05-12 22:10:10 +00:00 committed by GitHub
parent 2e09424377
commit ec6dc8efd2
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:15.0.1
IMAGE=codeberg.org/forgejo/forgejo:15.0.2
if [ "${ROOTLESS}" = "true" ]; then
IMAGE="${IMAGE}-rootless"