We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf4a76 + 5220eb4 commit 98a7410Copy full SHA for 98a7410
dns/dnsperfgo/Dockerfile
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=1 go build -o /dnsperfcgo
8
RUN CGO_ENABLED=0 go build -o /dnsperfgo
9
10
# runtime image
11
-FROM alpine:3.21
+FROM alpine:3.22
12
# install bind-tools to prevent nslookup from sending PTR queries for each response IP
13
RUN apk add --no-cache ca-certificates bash tcpdump git bind-tools
14
# This is to make sure dnstest compiled on debian can run in alpine/musl
0 commit comments