diff --git a/Dockerfile b/Dockerfile index 24e8732..536ef53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/debian:12.4 +FROM amd64/debian:12.5 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/*