From 89ac3af600c6358e078eccb584be764c656bf55a Mon Sep 17 00:00:00 2001 From: Donavan Fritz Date: Sun, 9 Mar 2025 14:45:31 -0700 Subject: [PATCH] update and add redis plugin --- Dockerfile | 4 ++-- plugin.cfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2092fbb..4faf043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,14 +9,14 @@ RUN apt-get update && apt-get install -y \ build-essential # add golang to the builder -RUN wget https://golang.org/dl/go1.22.0.linux-amd64.tar.gz && \ +RUN wget https://golang.org/dl/go1.24.0.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go* && \ ln -s /usr/local/go/bin/go /usr/local/bin && \ rm go* # grab the coredns release WORKDIR /tmp/coredns/ -RUN wget https://github.com/coredns/coredns/archive/v1.11.1.tar.gz && \ +RUN wget https://github.com/coredns/coredns/archive/v1.12.0.tar.gz && \ tar -xzf v* && \ mv core* coredns && \ rm v* diff --git a/plugin.cfg b/plugin.cfg index 2ca97c1..7a983e2 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -12,6 +12,7 @@ cache:cache dnssec:dnssec synthetic:code.fritzlab.net/dns/synthetic unbound:github.com/coredns/unbound +redis:github.com/codysnider/coredns-redis file:file forward:forward on:github.com/coredns/caddy/onevent