From 1028be77d1ac1c6f8773361851fee68615ed8601 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Oct 2023 19:29:29 +0000 Subject: [PATCH] Update debian Docker tag to v12.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70de526..b9a13c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/debian:12.1 +FROM amd64/debian:12.2 RUN apt-get update -qq RUN apt-get install -qq curl nmap inetutils-ping iftop --no-install-recommends RUN rm -rf /var/lib/apt/lists/*