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.
1 parent 01b80c5 commit 5220eb4Copy full SHA for 5220eb4
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