Skip to content

Commit 98a7410

Browse files
authored
Merge pull request #3372 from kubernetes/dependabot/docker/dns/dnsperfgo/alpine-3.22
build(deps): bump alpine from 3.21 to 3.22 in /dns/dnsperfgo
2 parents 1cf4a76 + 5220eb4 commit 98a7410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns/dnsperfgo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=1 go build -o /dnsperfcgo
88
RUN CGO_ENABLED=0 go build -o /dnsperfgo
99

1010
# runtime image
11-
FROM alpine:3.21
11+
FROM alpine:3.22
1212
# install bind-tools to prevent nslookup from sending PTR queries for each response IP
1313
RUN apk add --no-cache ca-certificates bash tcpdump git bind-tools
1414
# This is to make sure dnstest compiled on debian can run in alpine/musl

0 commit comments

Comments
 (0)