[TOR] hassio-addons/base 17.1.5

This commit is contained in:
Renat Gabdulhakov
2025-02-14 10:59:43 +00:00
parent f57be57c27
commit 6f47ce7ab1
4 changed files with 9 additions and 5 deletions

View File

@@ -38,3 +38,7 @@
## 5.0.2-6 (13-02-2025) ## 5.0.2-6 (13-02-2025)
- Remove excess depents - 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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"aarch64": "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.4", "amd64": "ghcr.io/hassio-addons/base:17.1.5",
"armv7": "ghcr.io/hassio-addons/base:17.1.4" "armv7": "ghcr.io/hassio-addons/base:17.1.5"
}, },
"codenotary": { "codenotary": {
"base_image": "codenotary@frenck.dev", "base_image": "codenotary@frenck.dev",

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-6" "version": "5.0.3-1"
} }