From 06ad03c1d5ccd1e6e9a2a08c2b028d96444b485f Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 8 Sep 2023 01:30:08 +0200 Subject: [PATCH] specify program versions to prevent future breakage --- entrypoint.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7e8c728..217f3be 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,10 +2,14 @@ set -eu -o pipefail -apk add --upgrade --no-cache bash restic python3 py3-pip +apk add --upgrade --no-cache \ + bash=5.2.15-r5 \ + restic=0.15.2-r2 \ + python3=3.11.5-r0 \ + py3-pip=23.1.2-r0 # Todo use requirements file with specific versions -pip install click docker resticpy +pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2 if [ -n "$SSH_HOST_KEY" ] then