Compare commits

..

3 Commits

Author SHA1 Message Date
Stefan Allius
4a244f8023 Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 2025-10-09 21:45:31 +02:00
Stefan Allius
cdf1b5652e revert to python 3.13 for github actions 2025-10-09 21:40:42 +02:00
Stefan Allius
29c453ddc2 Revert "Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 (#496)"
This reverts commit d8a04fedb8.
2025-10-09 21:34:28 +02:00

View File

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