From 9ee7332c6a09e74abb845f05ad86b0e3a6a71edb Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Sep 2021 14:57:00 +0200 Subject: switch back to alpine image --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index b3b7ba3..80b9266 100644 --- a/Containerfile +++ b/Containerfile @@ -20,8 +20,7 @@ RUN cargo build --release # ------------------------------------------------------------------------------ # Final Stage # ------------------------------------------------------------------------------ - -FROM scratch +FROM docker.io/alpine:3.14 as alpine COPY --from=builder /work/target/release/catinator /usr/local/bin -- cgit v1.2.3