Skip to content

Commit

Permalink
Bump alpine
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17 to 3.19.

---
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 11, 2023
1 parent 0dd82a3 commit 01f335a
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 01f335a

Please sign in to comment.