diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index 3418ddc90..96e023354 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -42,3 +42,7 @@ ## 5.0.3-1 (14-02-2025) - hassio-addons/base 17.1.5 + +## 5.0.3-2 (16-02-2025) + +- hassio-addons/base 17.2.0 diff --git a/tor/Dockerfile b/tor/Dockerfile index 4188753bd..55b3a9a98 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.5 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/tor/build.json b/tor/build.json index b3d3bb77b..3f6b4e1bd 100644 --- a/tor/build.json +++ b/tor/build.json @@ -1,8 +1,8 @@ { "build_from": { - "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" + "aarch64": "ghcr.io/hassio-addons/base:17.2.0", + "amd64": "ghcr.io/hassio-addons/base:17.2.0", + "armv7": "ghcr.io/hassio-addons/base:17.2.0" }, "codenotary": { "base_image": "codenotary@frenck.dev", diff --git a/tor/config.json b/tor/config.json index a10fc3737..722688ac3 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.3-1" + "version": "5.0.3-2" }