From 4240318d2065e1e34e91e2b099978cd80d885ed9 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 4 Oct 2023 13:42:33 +0200 Subject: [PATCH] remove package versions, to avoid conflicts --- entrypoint.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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