Skip to content

Commit

Permalink
Merge pull request #39 from sebastiangaiser/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser authored Sep 7, 2024
2 parents 663b6de + 256b9c9 commit 6625be6
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.20.2
FROM alpine:3.20.3
RUN apk add --no-cache ca-certificates
COPY --from=builder /build/ca-controller-for-strimzi .

Expand Down

0 comments on commit 6625be6

Please sign in to comment.