Skip to content

Commit 0b59857

Browse files
Merge pull request #642 from linki/dependabot/docker/alpine-3.21.3
2 parents f8e68de + 11acb7d commit 0b59857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go build -o /usr/local/bin/chaoskube -v \
1111
RUN /usr/local/bin/chaoskube --version
1212

1313
# final image
14-
FROM alpine:3.20.3
14+
FROM alpine:3.21.3
1515

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

0 commit comments

Comments
 (0)