Skip to content

Commit

Permalink
Merge pull request #3045 from kubernetes/dependabot/docker/network/to…
Browse files Browse the repository at this point in the history
…ols/network-policy-enforcement-latency/pod-creation-reachability-latency/alpine-3.21

build(deps): bump alpine from 3.20 to 3.21 in /network/tools/network-policy-enforcement-latency/pod-creation-reachability-latency
  • Loading branch information
k8s-ci-robot authored Dec 12, 2024
2 parents 2ada7b2 + d261a9b commit 7f40a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /go/src/$gopkg/pod-creation-reachability-latency
RUN go build -o /pod-creation-reachability-latency

# Runtime image
FROM alpine:3.20
FROM alpine:3.21
# Need to install curl to send requests to pods
RUN apk --no-cache add curl

Expand Down

0 comments on commit 7f40a26

Please sign in to comment.