From c00fc9fcc60534ddb158612105ee6dbafedd38bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 25 Aug 2021 16:38:32 +0200 Subject: [PATCH] Fix the version to 1:9.11.35+dfsg-1+ubuntu20.04.1+isc+1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b429a92..2618b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV LC_ALL C.UTF-8 RUN apt-get -qqqy update RUN apt-get -qqqy install apt-utils software-properties-common dctrl-tools -ARG DEB_VERSION=1:9.11.35-2+ubuntu20.04.1+isc+1 +ARG DEB_VERSION=1:9.11.35+dfsg-1+ubuntu20.04.1+isc+1 RUN add-apt-repository -y ppa:isc/bind-esv RUN apt-get -qqqy update && apt-get -qqqy dist-upgrade && apt-get -qqqy install bind9=$DEB_VERSION bind9utils=$DEB_VERSION