Skip to content

Commit

Permalink
Merge pull request #569 from linki/dependabot/docker/alpine-3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
2 parents 6ee6f8b + 94e2285 commit fb1e868
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.2
FROM alpine:3.18.4

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 fb1e868

Please sign in to comment.