remove package versions, to avoid conflicts

This commit is contained in:
Moritz 2023-10-04 13:42:33 +02:00
parent c3f3d1a6fe
commit 4240318d20
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
set -e -o pipefail
apk add --upgrade --no-cache \
restic=0.15.2-r3 \
bash=5.2.15-r5 \
python3=3.11.5-r0 \
py3-pip=23.1.2-r0
apk add --upgrade --no-cache restic bash python3 py3-pip
# Todo use requirements file with specific versions
pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2