Merge pull request #1770 from akrigator/tor_http_proxy

[TOR] fix dependencies concurrency
This commit is contained in:
Alexandre
2025-02-14 12:19:35 +01:00
committed by GitHub
4 changed files with 14 additions and 7 deletions

View File

@@ -34,3 +34,11 @@
## 5.0.2-5 (13-02-2025)
- Init build procedure
## 5.0.2-6 (13-02-2025)
- Remove excess depents
## 5.0.3-1 (14-02-2025)
- hassio-addons/base 17.1.5

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.5
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@@ -12,7 +12,6 @@ COPY rootfs /
RUN \
apk add --no-cache \
coreutils=9.5-r2 \
openssl=3.3.3-r0 \
tor=0.4.8.14-r1 \
go=1.23.6-r0 \
git=2.47.2-r0 \

View File

@@ -1,11 +1,11 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base:17.1.4",
"amd64": "ghcr.io/hassio-addons/base:17.1.4",
"armv7": "ghcr.io/hassio-addons/base:17.1.4"
"aarch64": "ghcr.io/hassio-addons/base:17.1.5",
"amd64": "ghcr.io/hassio-addons/base:17.1.5",
"armv7": "ghcr.io/hassio-addons/base:17.1.5"
},
"codenotary": {
"base_image": "codenotary@frenck.dev",
"signer": "codenotary@frenck.dev"
}
}
}

View File

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