Skip to content

Commit

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

Bump alpine from 3.17 to 3.19 in /network/tools/network-policy-enforcement-latency/policy-creation-enforcement-latency
  • Loading branch information
k8s-ci-robot committed Dec 11, 2023
2 parents d480a6e + 01f335a commit f721e0e
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/policy-creation-enforcement-latency
RUN go build -o /policy-creation-enforcement-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 f721e0e

Please sign in to comment.