Skip to content

Commit 6019fc3

Browse files
chore(deps): bump alpine from 3.20.1 to 3.20.2
Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 864b4e6 commit 6019fc3

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.1
14+
FROM alpine:3.20.2
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)