1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 22:21:03 +08:00

chore(deps): update codeberg.org/forgejo/forgejo docker tag to v14.0.3 (localApps) (#4499)

This commit is contained in:
renovate[bot] 2026-03-13 15:35:35 +00:00 committed by GitHub
parent c3837193b7
commit b91e0653bf
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.2
IMAGE=codeberg.org/forgejo/forgejo:14.0.3
if [ "${ROOTLESS}" = "true" ]; then
IMAGE="${IMAGE}-rootless"