From 2acef5334f40ae3a98534a47d53d400d0969b792 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Jan 2025 04:37:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/debian-base/amd64=20Docker=20tag=20to=20v7.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ntopng/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntopng/Dockerfile b/ntopng/Dockerfile index 9b21e4e..0cfde6f 100755 --- a/ntopng/Dockerfile +++ b/ntopng/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.6.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM}