From 7a81a933226ee4fd539cc1b0ca79cca3d3a96905 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 6 Nov 2022 16:50:38 +0100 Subject: Use gcr.io/distroless/cc as a glibc-based container instead of ubuntu This should have less useless stuff in the image and fix #939. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 3f2d866..42b3aa5 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ -FROM docker.io/ubuntu +FROM gcr.io/distroless/cc COPY --chmod=755 miniserve /app/ ENTRYPOINT ["/app/miniserve"] -- cgit v1.2.3