Skip to content

Commit

Permalink
Merge pull request #620 from linki/dependabot/docker/alpine-3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
2 parents 4461cca + 8296ad5 commit 0e5a847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder image
FROM golang:1.22.5-alpine3.19 AS builder
FROM golang:1.22.5-alpine3.20 AS builder

ENV CGO_ENABLED=0
RUN apk --no-cache add alpine-sdk
Expand All @@ -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.2
FROM alpine:3.20.3

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 0e5a847

Please sign in to comment.