Update debian Docker tag to v12.7 #2

Merged
aaron merged 1 commit from renovate/debian-12.x into main 2024-10-10 19:37:21 +02:00

View file

@ -1,4 +1,4 @@
FROM debian:12.6
FROM debian:12.7
RUN apt-get update -qq
RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano git ca-certificates --no-install-recommends
RUN rm -rf /var/lib/apt/lists/*