From 7890cd5ed17d13f3aaa69e71a291777f0a02e4e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:33:11 +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 9374e18..044d77b 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)))