Skip to content

Commit 06ee21b

Browse files
authored
Merge pull request #3043 from kubernetes/dependabot/docker/network/tools/network-policy-enforcement-latency/policy-creation-enforcement-latency/alpine-3.21
build(deps): bump alpine from 3.20 to 3.21 in /network/tools/network-policy-enforcement-latency/policy-creation-enforcement-latency
2 parents 28d33bb + ba50d67 commit 06ee21b

File tree

1 file changed

+1
-1
lines changed
  • network/tools/network-policy-enforcement-latency/policy-creation-enforcement-latency

1 file changed

+1
-1
lines changed

network/tools/network-policy-enforcement-latency/policy-creation-enforcement-latency/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /go/src/$gopkg/policy-creation-enforcement-latency
88
RUN go build -o /policy-creation-enforcement-latency
99

1010
# Runtime image
11-
FROM alpine:3.20
11+
FROM alpine:3.21
1212
# Need to install curl to send requests to pods
1313
RUN apk --no-cache add curl
1414

0 commit comments

Comments
 (0)