add rclone binary; add example; bump restic version; use official python alpine image

Signed-off-by: Kenneth Bingham <w@qrk.us>
This commit is contained in:
Kenneth Bingham
2024-06-30 15:55:58 -04:00
parent e6ca4aa9ca
commit 4971be37e5
6 changed files with 113 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ setup(
'restic_compose_backup.*',
]),
install_requires=[
'docker~=6.1.3',
'docker~=7.1.0',
],
entry_points={'console_scripts': [
'restic-compose-backup = restic_compose_backup.cli:main',