From: Italo Cunha Date: Wed, 24 May 2023 20:23:05 +0000 (-0300) Subject: Update base Debian version in Docker docs X-Git-Tag: rec-5.0.0-alpha1~132^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d28941103f3a651f9818e99d8c778f3c35a0be8;p=thirdparty%2Fpdns.git Update base Debian version in Docker docs A minor patch to https://github.com/PowerDNS/pdns/pull/11961 --- diff --git a/Docker-README.md b/Docker-README.md index 8f9691368e..504d89b066 100644 --- a/Docker-README.md +++ b/Docker-README.md @@ -2,7 +2,7 @@ https://hub.docker.com/u/powerdns offers automatic builds of dnsdist, Auth and Recursor, from the pdns.git master branch. -The images are based on Debian Buster (slim). +The images are based on Debian Bullseye (slim). The Dockerfiles: @@ -57,4 +57,4 @@ There are multiple ways of dealing with these restrictions if you encounter them * dnsdist: `setLocal()` * Auth & Recursor: `local-address` and/or `local-port` -Note: Docker Engine 20.10.0 (released december 2020) removed the need to set the `NET_BIND_SERVICE` capability when attempting to bind to a privileged port. +Note: Docker Engine 20.10.0 (released december 2020) removed the need to set the `NET_BIND_SERVICE` capability when attempting to bind to a privileged port.