Skip to content

Commit

Permalink
chore(deps): update coreDNS to 1.10.0 (backport #5626) (#5657)
Browse files Browse the repository at this point in the history
chore(deps): update coreDNS to 1.10.0 (#5626)

Signed-off-by: Charly Molter <charly.molter@konghq.com>
(cherry picked from commit 429fa77)

Co-authored-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
mergify[bot] and lahabana authored Jan 11, 2023
1 parent fe0fdbd commit 22d862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GO_BUILD := GOOS=${GOOS} GOARCH=${GOARCH} CGO_ENABLED=${CGO_ENABLED} go build -v
GO_BUILD_COREDNS := GOOS=${GOOS} GOARCH=${GOARCH} CGO_ENABLED=${CGO_ENABLED} go build -v

COREDNS_GIT_REPOSITORY ?= https://github.com/coredns/coredns.git
COREDNS_VERSION ?= v1.8.3
COREDNS_VERSION ?= v1.10.0
COREDNS_TMP_DIRECTORY ?= $(BUILD_DIR)/coredns
COREDNS_PLUGIN_CFG_PATH ?= $(TOP)/tools/builds/coredns/templates/plugin.cfg

Expand Down

0 comments on commit 22d862e

Please sign in to comment.