update duplicacy to duplicacy_linux_arm_2.7.2

This commit is contained in:
2020-11-17 19:48:56 -05:00
parent 367a6d942e
commit 781e2a9996

View File

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