Skip to content

Commit

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

Bump alpine from 3.17 to 3.19 in /network/tools/network-policy-enforcement-latency/pod-creation-reachability-latency
  • Loading branch information
k8s-ci-robot authored Dec 11, 2023
2 parents f721e0e + 049d75e commit 0d1b519
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.17
FROM alpine:3.19
# Need to install curl to send requests to pods
RUN apk --no-cache add curl

Expand Down

0 comments on commit 0d1b519

Please sign in to comment.