Merge pull request #1769 from akrigator/tor_http_proxy

[TOR] Init build
This commit is contained in:
Alexandre
2025-02-13 20:54:19 +01:00
committed by GitHub
3 changed files with 25 additions and 17 deletions

View File

@@ -26,3 +26,11 @@
## 5.0.2-3 (13-02-2025) ## 5.0.2-3 (13-02-2025)
- Fix network for http tunel - Fix network for http tunel
## 5.0.2-4 (13-02-2025)
- 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-1" "version": "5.0.2-5"
} }