From f8633c86805a054b4c3215c1a81fa3fc7340e0ce Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sun, 14 Mar 2021 20:37:48 -0400 Subject: [PATCH] attempted fix for build env --- duplicacy/config.json | 2 +- duplicacy/dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index d83c66f..d6ac7b3 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20210314.1", + "version": "20210314.2", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/dockerfile b/duplicacy/dockerfile index 739d8f5..b79a4a0 100644 --- a/duplicacy/dockerfile +++ b/duplicacy/dockerfile @@ -1,5 +1,5 @@ ARG BUILD_FROM -FROM ${BUILD_FROM} +FROM $BUILD_FROM ENV LANG C.UTF-8