pull/1/head
Gertjan Krol 2022-01-23 23:07:24 +01:00
parent 9eda05afec
commit f4d438acc3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.15.0
# Install required dependencies and build unbound (and install bind-tools for dig in healthcheck), clean up after
# Install dependencies and build unbound (and install bind-tools for dig in healthcheck), clean up after
RUN apk --update add --no-cache alpine-sdk bind-tools dns-root-hints expat-dev git openssl-dev && \
# Clone and build unbound source (https://github.com/NLnetLabs/unbound)
git clone --depth 1 --branch 'release-1.14.0' https://github.com/NLnetLabs/unbound.git /tmp/unbound && \

View File

@ -1,6 +1,6 @@
# A recursive, caching DNS resolver with some optimizations
Needs to run with `--privileged` to allow increased cache size
Might need to run with `--privileged` to allow increased cache size, or # TODO
Pull a new version of the image every 3-6 months to keep the provided root hints up to date