From 5fe7ffd2097a4f38d3fac8930db20c6aacef6a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:28:23 +0000 Subject: [PATCH] build(deps): bump stackexchange/dnscontrol from 4.10.0 to 4.11.0 Bumps [stackexchange/dnscontrol](https://github.com/StackExchange/dnscontrol) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/StackExchange/dnscontrol/releases) - [Changelog](https://github.com/StackExchange/dnscontrol/blob/main/.goreleaser.yml) - [Commits](https://github.com/StackExchange/dnscontrol/compare/v4.10.0...v4.11.0) --- updated-dependencies: - dependency-name: stackexchange/dnscontrol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53fe3c1..78c9506 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/stackexchange/dnscontrol:4.10.0 +FROM ghcr.io/stackexchange/dnscontrol:4.11.0 COPY . /dns