Updated to 3.2.3

This commit is contained in:
2024-03-26 19:52:17 -04:00
parent 70413d1075
commit 26a692d2bd
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ ENV LANG C.UTF-8
# Copy data for add-on
COPY run.sh /
COPY duplicacy_linux_arm_3.0.1 /duplicacy
COPY duplicacy_linux_arm_3.2.3 /duplicacy
COPY preferences /.duplicacy/preferences
RUN chmod a+x /run.sh
RUN chmod a+x /duplicacy

View File

@@ -1,6 +1,6 @@
{
"name": "duplicacy",
"version": "20221203.2",
"version": "20240326.1.2",
"slug": "duplicacy",
"description": "Duplicacy backup",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy",