feat(docker): update tools and OS with latest versions

This commit is contained in:
2025-07-01 16:16:52 +02:00
parent b49a7ea957
commit 013363000c
2 changed files with 15 additions and 11 deletions

View File

@ -7,7 +7,7 @@ DIR=$2
FILE=$3
if [ -z "$FILE" ] || [[ "$FILE" == *.apk ]] || [[ "$FILE" == *.yml ]]; then
. /fdroid/bin/activate && fdroid update --clean -c --rename-apks --use-date-from-apk --delete-unknown
. /fdroid/bin/activate && fdroid deploy
/fdroid/bin/fdroid update --clean -c --rename-apks --use-date-from-apk --delete-unknown
/fdroid/bin/fdroid deploy
fi