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