Skip to content

Commit

Permalink
Merge pull request #58 from sebastiangaiser/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser authored Jan 8, 2025
2 parents 273eabc + 9bd0104 commit 4b09473
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 @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -o ca-controller-for-strimzi


# final image
FROM alpine:3.21.0
FROM alpine:3.21.1
RUN apk add --no-cache ca-certificates
COPY --from=builder /build/ca-controller-for-strimzi .

Expand Down

0 comments on commit 4b09473

Please sign in to comment.