From d913bbeaf7c5c872a5ac076b5bf0d6c3d02cc62d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:51:13 +0000 Subject: [PATCH] chore: Bump to latest coredns version in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c9ad18..edbb9aa 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TAG ?= ${GITHUB_ACTION_TAG} export DOCKER_BUILDKIT?=1 ifeq ($(TAG),) -TAG := v1.11.3$(BUILD_META) +TAG := v011$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))