From 5f24660516db8b4754628a76aa0ca9c5fad601fc Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 23 Jun 2024 19:49:05 +0300 Subject: [PATCH] wip --- zabbix-agent2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 4ca1e3d..f1e959f 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -7,7 +7,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder # FROM $BUILD_FROM # FROM alpine:3.19 -FROM ghcr.io/hassio-addons/debian-base/amd64:latest +FROM ghcr.io/hassio-addons/base:latest ARG MAJOR_VERSION ARG ZBX_VERSION