1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-11 14:12:31 +08:00

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

This commit is contained in:
renovate[bot] 2026-04-10 14:01:52 +00:00 committed by GitHub
parent dc9c748089
commit ead2a19689
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.3
IMAGE=codeberg.org/forgejo/forgejo:14.0.4
if [ "${ROOTLESS}" = "true" ]; then
IMAGE="${IMAGE}-rootless"