fix restic version, timeout and cron default timer

This commit is contained in:
2023-09-22 00:50:45 +02:00
parent 33ce3c58aa
commit 6fa9440c76
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
set -e -o pipefail
apk add --upgrade --no-cache \
restic=0.15.2-r3 \
bash=5.2.15-r5 \
restic=0.15.2-r2 \
python3=3.11.5-r0 \