Skip to content

Commit

Permalink
build(deps): bump alpine
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 61aa395 commit d261a9b
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 d261a9b

Please sign in to comment.