bump versions

This commit is contained in:
2026-02-14 08:40:34 +03:00
parent f3b05924a4
commit 945e66a89b
6 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.2.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG MAJOR_VERSION=7.4
ARG ZABBIX_VERSION=${MAJOR_VERSION}.6
ARG ZABBIX_VERSION=${MAJOR_VERSION}.7
ARG ZABBIX_DEB_URL="https://repo.zabbix.com/zabbix/${MAJOR_VERSION}/release/debian/pool/main/z/zabbix-release"
ARG ZABBIX_DEB_PKG="zabbix-release_latest_${MAJOR_VERSION}+debian12_all.deb"