Skip to content

Commit

Permalink
Bump coredns version to v1.11.1 (#59)
Browse files Browse the repository at this point in the history
* chore: Bump to latest coredns version in Dockerfile

Made with ❤️️ by updatecli

* chore: Bump to latest coredns version in README

Made with ❤️️ by updatecli

* chore: Bump to latest coredns version in Makefile

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 19, 2024
1 parent 8e68d53 commit ed3e43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM --platform=$BUILDPLATFORM base-builder as coredns-builder
ARG SRC=github.com/coredns/coredns
ARG PKG=github.com/coredns/coredns
ARG ARCH
ARG TAG=v1.11.3
ARG TAG=v1.11.1
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
WORKDIR $GOPATH/src/${PKG}
RUN git fetch --all --tags --prune
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TAG ?= ${GITHUB_ACTION_TAG}
export DOCKER_BUILDKIT?=1

ifeq ($(TAG),)
TAG := v1.11.3$(BUILD_META)
TAG := v1.11.1$(BUILD_META)
endif

ifeq (,$(filter %$(BUILD_META),$(TAG)))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Build

```sh
TAG=v1.11.3 make
TAG=v1.11.1 make
```

0 comments on commit ed3e43c

Please sign in to comment.