diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index 4d400c51a..3418ddc90 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -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 diff --git a/tor/Dockerfile b/tor/Dockerfile index 941516634..4188753bd 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -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 \ diff --git a/tor/build.json b/tor/build.json index 2ae499745..b3d3bb77b 100644 --- a/tor/build.json +++ b/tor/build.json @@ -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" } -} \ No newline at end of file +} diff --git a/tor/config.json b/tor/config.json index 908c0710d..a10fc3737 100644 --- a/tor/config.json +++ b/tor/config.json @@ -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" }