Skip to content

Commit

Permalink
Merge pull request #3626 from nitrocode/libssl-bump
Browse files Browse the repository at this point in the history
chore(deps): bump libcrypto3 and libssl3 3.0.8-r4
  • Loading branch information
k8s-ci-robot committed May 24, 2023
2 parents ec64480 + a8d0c4d commit 1f6340a
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 @@ -27,7 +27,7 @@ COPY . .

FROM alpine:3.18

RUN apk update && apk add "libcrypto3>=3.0.8-r1" "libssl3>=3.0.8-r1" && rm -rf /var/cache/apt/*
RUN apk update && apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4" && rm -rf /var/cache/apt/*

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /sigs.k8s.io/external-dns/build/external-dns /bin/external-dns
Expand Down

0 comments on commit 1f6340a

Please sign in to comment.