diff --git a/Dockerfile b/Dockerfile index 2c099a8..583ef9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY . . RUN cargo build -r # (5) runtime image, you can use any base image you want -FROM alpine:latest AS runtime +FROM scratch AS runtime WORKDIR /app COPY --from=builder /app/target/release/fiars /app/fiars CMD ["/app/fiars"] \ No newline at end of file