summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/lib_sxng_container.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_sxng_container.sh b/utils/lib_sxng_container.sh
index fd0d072e2..825eb2b88 100644
--- a/utils/lib_sxng_container.sh
+++ b/utils/lib_sxng_container.sh
@@ -54,7 +54,7 @@ container.build() {
platform="linux/$arch"
;;
"ARMV7" | "armhf" | "armv7l" | "armv7")
- dockerfile="legacy/Dockerfile"
+ dockerfile="Dockerfile"
arch="arm"
variant="v7"
platform="linux/$arch/$variant"