Skip to content

Commit 47b4042

Browse files
committed
Update coredns image version in test.
1 parent 0ebf7c6 commit 47b4042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/integration/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ func (s *IntegrationTestSuite) TestServiceEndToEndDualProtocol() {
507507
Containers: []v1.Container{
508508
{
509509
Name: "coredns",
510-
Image: "coredns/coredns:1.11.1",
510+
Image: "docker.io/coredns/coredns:1.13.1",
511511
Args: []string{"-conf", "/etc/coredns/Corefile"},
512512
Ports: []v1.ContainerPort{
513513
{ContainerPort: 53, Protocol: v1.ProtocolUDP, Name: "dns-udp"},

0 commit comments

Comments
 (0)