Update ghcr.io/hassio-addons/base Docker tag to v17.0.2 (#268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-04 21:12:39 +01:00
committed by GitHub
parent 9e60ad4bcd
commit 962f6ee5fb

View File

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