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}" \