Skip to content

Commit

Permalink
Merge pull request #616 from linki/dependabot/docker/alpine-3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
2 parents 864b4e6 + 6019fc3 commit 45054d2
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.20.1
FROM alpine:3.20.2

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 45054d2

Please sign in to comment.