From 1f3be3dffd50f9a38e5e8e3760965f2f62c71717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:49:58 +0000 Subject: [PATCH] build(deps): bump stackexchange/dnscontrol from 4.12.2 to 4.12.4 Bumps [stackexchange/dnscontrol](https://github.com/StackExchange/dnscontrol) from 4.12.2 to 4.12.4. - [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.12.2...v4.12.4) --- updated-dependencies: - dependency-name: stackexchange/dnscontrol dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d50d902..fa357d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/stackexchange/dnscontrol:4.12.2 +FROM ghcr.io/stackexchange/dnscontrol:4.12.4 COPY . /dns