Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.18.4 to 3.19.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.4 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 040561d commit c970c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go build -o /usr/local/bin/chaoskube -v \
RUN /usr/local/bin/chaoskube --version

# final image
FROM alpine:3.18.4
FROM alpine:3.19.0

RUN apk --no-cache add ca-certificates dumb-init tzdata
COPY --from=builder /usr/local/bin/chaoskube /usr/local/bin/chaoskube
Expand Down

0 comments on commit c970c73

Please sign in to comment.