Skip to content

Commit

Permalink
Bump coredns to include CVE-2019-19794 fix (bsc#1159274)
Browse files Browse the repository at this point in the history
Upgrade coredns from 1.6.5 to 1.6.7
  • Loading branch information
davidcassany committed Nov 3, 2020
1 parent bdf339a commit d9e0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/skuba/kubernetes/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var (
Scheduler: &ContainerImageTag{Name: "hyperkube", Tag: "v1.17.13"},
Proxy: &ContainerImageTag{Name: "hyperkube", Tag: "v1.17.13"},
Etcd: &ContainerImageTag{Name: "etcd", Tag: "3.4.13"},
CoreDNS: &ContainerImageTag{Name: "coredns", Tag: "1.6.5"},
CoreDNS: &ContainerImageTag{Name: "coredns", Tag: "1.6.7"},
Pause: &ContainerImageTag{Name: "pause", Tag: "3.1"},
Tooling: &ContainerImageTag{Name: "skuba-tooling", Tag: "0.1.0"},
},
Expand Down

0 comments on commit d9e0942

Please sign in to comment.