Skip to content

Commit 9216e6d

Browse files
Merge pull request #583 from linki/dependabot/docker/alpine-3.19.0
2 parents 040561d + c970c73 commit 9216e6d

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.18.4
14+
FROM alpine:3.19.0
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)