From 025a4a36d8f4af413efa62c1d98916e64f920126 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 5 Aug 2023 04:25:20 +1000 Subject: [PATCH] try arch for runtime --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c439fdd..31af8eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /opt/build COPY . . RUN cargo install --path . -FROM debian:bullseye-slim +FROM archlinux WORKDIR /opt/data COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot