From b6d3055642780f93df30c114e4f152c1a0250616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:57:39 +0000 Subject: [PATCH] build(deps): bump stackexchange/dnscontrol from 4.14.1 to 4.15.1 Bumps [stackexchange/dnscontrol](https://github.com/StackExchange/dnscontrol) from 4.14.1 to 4.15.1. - [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.14.1...v4.15.1) --- 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 26db798..1e22df6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/stackexchange/dnscontrol:4.14.1 +FROM ghcr.io/stackexchange/dnscontrol:4.15.1 COPY . /dns