From 432924fb0bcb736b6fc6eef6dcc89768827e38eb Mon Sep 17 00:00:00 2001 From: yohan Date: Sat, 28 Sep 2024 11:24:53 +0000 Subject: [PATCH] Update debian version to bookworm. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab09c6e..23ee0cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM debian:stretch +FROM debian:bookworm MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive +ENV TZ Europe/Paris RUN apt-get update && apt-get -y install bind9 -ENV TZ=Europe/Paris RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone EXPOSE 53 -ENTRYPOINT ["/usr/sbin/named", "-u", "bind", "-g"] +ENTRYPOINT ["/usr/sbin/named", "-u", "bind", "-g"] \ No newline at end of file