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

@@ -1 +1 @@
3.13.1 3.13.2

View File

@@ -1,4 +1,4 @@
aiomqtt==2.3.0 aiomqtt==2.3.0
schema==0.7.7 schema==0.7.7
aiocron==1.8 aiocron==1.8
aiohttp==3.11.11 aiohttp==3.11.12

View File

@@ -13,7 +13,7 @@
# 1 Build Base Image # # 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 # hadolint ignore=DL3006
FROM $BUILD_FROM AS base FROM $BUILD_FROM AS base