Update debian Docker tag to v12.8 #4

Merged
renovate merged 1 commit from renovate/debian-12.x into main 2024-11-12 04:03:23 +01:00
Showing only changes of commit e24f4134b2 - Show all commits

View file

@ -1,4 +1,4 @@
FROM debian:12.7
FROM debian:12.8
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/*