Skip to content

Commit

Permalink
Merge pull request #36612 from wolfi-dev/cve-coredns-24822774d1fcbfd4…
Browse files Browse the repository at this point in the history
…fb349645af912758

coredns/1.12.0-r1: cve remediation
  • Loading branch information
vaikas authored Dec 17, 2024
2 parents a05b46d + fa43151 commit b292215
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions coredns.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: coredns
version: 1.12.0
epoch: 1
epoch: 2
description: CoreDNS is a DNS server that chains plugins
copyright:
- license: Apache-2.0
Expand All @@ -25,7 +25,7 @@ pipeline:
- uses: go/bump
with:
deps: github.com/quic-go/[email protected]
deps: github.com/quic-go/[email protected] golang.org/x/[email protected]

- uses: go/build
with:
Expand All @@ -40,6 +40,11 @@ subpackages:
description: CoreDNS with plugins used by Kuma
pipeline:
- runs: |
# We need to explicitly set the GOLANG_VERSION since it's used by
# the make file below and if there are mismatches, things go bad.
# For more details: https://github.com/wolfi-dev/os/pull/36612#issuecomment-2547453359
export GOLANG_VERSION=`go version | sed -n 's/.*go\([0-9.]*\).*/\1/p'`
# Build with plugins used by Kuma
# Plugin list: https://github.com/kumahq/coredns-builds/blob/main/plugin.cfg
mv kuma-plugin.cfg plugin.cfg
Expand Down

0 comments on commit b292215

Please sign in to comment.