This commit is contained in:
2024-04-03 10:21:44 +02:00
parent 67b16dd575
commit a97d1531aa
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM ${BUILD_FROM}
ENV LANG C.UTF-8
COPY rootfs /
COPY run.sh /
RUN chmod a+x /run.sh
# add aws-cli and deps

View File

@@ -1,6 +1,6 @@
{
"name": "bitlab S3 Backup",
"version": "1.0.4",
"version": "1.0.5",
"slug": "bitlab-s3-backup",
"description": "Sync Backups to bitlab S3 storage",
"url": "https://git.bitlab.ch/bitlab/ha-addon",