This commit is contained in:
Stefan Allius
2025-03-23 23:53:22 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ DST=$(ADDON_PATH)/rootfs
DST_PROXY=$(DST)/home/proxy
# base director of the add-on repro for installing the add-on git repros
INST_BASE=../../ha-addons/ha-addons
INST_BASE=../../ha-addons
# Template folder for build the config.yaml variants
TEMPL=templates

View File

@@ -13,7 +13,7 @@
# 1 Build Base Image #
######################
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.1"
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.2"
# hadolint ignore=DL3006
FROM $BUILD_FROM AS base

View File

@@ -4,11 +4,11 @@
"path": "."
},
{
"path": "../wiki"
"path": "../tsun-gen3-proxy.wiki"
},
{
"name": "ha-addons",
"path": "../ha-addons/ha-addons"
"path": "../ha-addons"
}
],
"settings": {}