From 257c26056acdcdc2c885d3a222d896e1c53b433a Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 2 Dec 2024 17:38:13 +0800 Subject: [PATCH] fix iventoy --- iventoy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iventoy/Dockerfile b/iventoy/Dockerfile index 96fb096..2c48c0c 100644 --- a/iventoy/Dockerfile +++ b/iventoy/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile for iventoy # -FROM ubuntu:bookworm +FROM debian:bookworm ARG IVENTOY_VERSION=1.0.20 ARG IVENTOY_FILE=iventoy-$IVENTOY_VERSION-linux-free.tar.gz