From 5d10a67e90f37c7be71d90364f7944aa690d73ec Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 19:35:29 +0100 Subject: [PATCH] Update Dockerfile --- spotweb/Dockerfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 89bc99c05..652db1e3a 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -82,15 +82,6 @@ RUN apk -U update && \ # Copy rootfs COPY rootfs / -# Build arguments -ARG BUILD_ARCH -ARG BUILD_DATE -ARG BUILD_DESCRIPTION -ARG BUILD_NAME -ARG BUILD_REF -ARG BUILD_REPOSITORY -ARG BUILD_VERSION - ############################## # Automatic modules download # ############################## @@ -129,6 +120,15 @@ fi # 5 Labels # ############ +# Build arguments +ARG BUILD_ARCH +ARG BUILD_DATE +ARG BUILD_DESCRIPTION +ARG BUILD_NAME +ARG BUILD_REF +ARG BUILD_REPOSITORY +ARG BUILD_VERSION + # Labels LABEL \ io.hass.name="${APP_NAME}" \