Pin coredns to 1.11.3
All checks were successful
/ terraform (push) Successful in 40s
/ ansible (push) Successful in 1m40s

There's an issue with 1.11.4, which seems to break functionality, and needs more input.
This commit is contained in:
Jake Howard 2024-11-18 21:55:39 +00:00
parent 569cce616b
commit 88bf9fc54e
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,6 +1,6 @@
services:
coredns:
image: coredns/coredns:latest
image: coredns/coredns:1.11.3
restart: unless-stopped
volumes:
- ./Corefile:/home/nonroot/Corefile:ro