This commit is contained in:
Stefan Allius
2025-02-10 20:30:42 +01:00
3 changed files with 3 additions and 3 deletions

View File

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