Skip to content

Commit 5220eb4

Browse files
build(deps): bump alpine from 3.21 to 3.22 in /dns/dnsperfgo
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01b80c5 commit 5220eb4

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)