Skip to content

Commit

Permalink
Merge pull request #613 from linki/dependabot/docker/alpine-3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
2 parents b3d639e + fdaa6ea commit 30522c3
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.19.1
FROM alpine:3.20.1

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 30522c3

Please sign in to comment.