Update ghcr.io/hassio-addons/base Docker tag to v18.1.2 (#495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-26 20:38:31 +02:00
committed by GitHub
parent 783c1fd31e
commit f9cadf0f1d

View File

@@ -13,7 +13,7 @@
# 1 Build Base Image #
######################
ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.1.1"
ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.1.2"
# hadolint ignore=DL3006
FROM $BUILD_FROM AS base