[TOR] hassio-addons/base 17.2.0

This commit is contained in:
Renat Gabdulhakov
2025-02-16 05:52:19 +00:00
parent 6f47ce7ab1
commit 300500fbbc
4 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -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",

View File

@@ -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"
}