attempted fix for build env

This commit is contained in:
2021-03-14 20:37:48 -04:00
parent 1dc030ff4e
commit f8633c8680
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "duplicacy",
"version": "20210314.1",
"version": "20210314.2",
"slug": "duplicacy",
"description": "Duplicacy backup",
"arch": ["armhf", "armv7"],

View File

@@ -1,5 +1,5 @@
ARG BUILD_FROM
FROM ${BUILD_FROM}
FROM $BUILD_FROM
ENV LANG C.UTF-8