Skip to content

Commit d261a9b

Browse files
build(deps): bump alpine
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61aa395 commit d261a9b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /go/src/$gopkg/pod-creation-reachability-latency
88
RUN go build -o /pod-creation-reachability-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)