Update CA certificates
Change-Id: Ia7ec00c15e1b3142a583aad199bb37716bc003dc
This commit is contained in:
parent
16b2953b21
commit
423c366202
@ -29,6 +29,13 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
|
|||||||
# NOTE: distroless has been switched to alpine
|
# NOTE: distroless has been switched to alpine
|
||||||
#FROM gcr.io/distroless/static:nonroot
|
#FROM gcr.io/distroless/static:nonroot
|
||||||
FROM ${FROM}
|
FROM ${FROM}
|
||||||
|
|
||||||
|
# Install CA certificates
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y ca-certificates
|
||||||
|
# Update CA certificates
|
||||||
|
RUN update-ca-certificates
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=builder /workspace/manager .
|
COPY --from=builder /workspace/manager .
|
||||||
USER 65532:65532
|
USER 65532:65532
|
||||||
|
Loading…
Reference in New Issue
Block a user