[TOR] Init build procedure

This commit is contained in:
Renat Gabdulhakov
2025-02-13 19:44:59 +00:00
parent 2686f4bd02
commit bcb91e47b4
3 changed files with 20 additions and 16 deletions

View File

@@ -30,3 +30,7 @@
## 5.0.2-4 (13-02-2025) ## 5.0.2-4 (13-02-2025)
- Init build procedure - Init build procedure
## 5.0.2-5 (13-02-2025)
- Init build procedure

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.4
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}

View File

@@ -51,5 +51,5 @@
"slug": "tor", "slug": "tor",
"startup": "services", "startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.0.2-4" "version": "5.0.2-5"
} }