diff --git a/duplicacy/build.json b/duplicacy/build.json deleted file mode 100644 index bccb022..0000000 --- a/duplicacy/build.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.2", - "amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2", - "armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2", - "armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2", - "i386": "ghcr.io/hassio-addons/base/i386:9.1.2" - } -} \ No newline at end of file diff --git a/duplicacy/config.json b/duplicacy/config.json index 94beb25..4e1a582 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20210314.9", + "version": "20210314.10", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/dockerfile b/duplicacy/dockerfile index c4eaefb..739d8f5 100644 --- a/duplicacy/dockerfile +++ b/duplicacy/dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/armv7:9.1.2 +ARG BUILD_FROM FROM ${BUILD_FROM} ENV LANG C.UTF-8