From d18f63957f45bda6f19e385944e47f6b62827410 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 23 Jun 2024 19:48:34 +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 75c447b..4ca1e3d 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 +FROM ghcr.io/hassio-addons/debian-base/amd64:latest ARG MAJOR_VERSION ARG ZBX_VERSION