forked from coop-cloud/backup-bot-two
specify program versions to prevent future breakage
This commit is contained in:
parent
bd8398e7dd
commit
06ad03c1d5
@ -2,10 +2,14 @@
|
|||||||
|
|
||||||
set -eu -o pipefail
|
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
|
# 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" ]
|
if [ -n "$SSH_HOST_KEY" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user