diff --git a/entrypoint.sh b/entrypoint.sh index 4493054..8d1048c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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