Revert "Updater bot : gazpar2mqtt updated to 0.2.5"

This reverts commit e96b00ea1c.
This commit is contained in:
GitHub Actions
2026-03-28 00:46:37 +00:00
parent b415618b52
commit 17c9873632
4 changed files with 5 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_FROM
ARG BUILD_UPSTREAM="0.2.5"
ARG BUILD_UPSTREAM="0.2.4"
FROM ssenart/gazpar2mqtt:latest
##################
@@ -51,7 +51,7 @@ COPY ha_automodules.sh /ha_automodules.sh
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="0.2.5"
ENV PACKAGES="0.2.4"
# Automatic apps & bashio
COPY ha_autoapps.sh /ha_autoapps.sh