Use debian buster distroless

This commit is contained in:
Niels Hofmans 2019-10-29 09:11:45 +01:00 committed by GitHub
parent ee006678e0
commit c78393feae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN make cloudflared
# ---
# use a distroless base image with glibc
FROM gcr.io/distroless/base
FROM gcr.io/distroless/base-debian10:nonroot
# copy our compiled binary
COPY --from=builder --chown=nonroot /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/