1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-13 04:30:34 +08:00

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

This commit is contained in:
renovate[bot] 2026-04-29 17:49:09 +00:00 committed by GitHub
parent 075e643f78
commit 66b7bc4f58
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.0
IMAGE=codeberg.org/forgejo/forgejo:15.0.1
if [ "${ROOTLESS}" = "true" ]; then
IMAGE="${IMAGE}-rootless"