From e260bac77b7b27453a2b04e3fc6c804a82718e31 Mon Sep 17 00:00:00 2001 From: iofq Date: Sat, 27 May 2023 05:47:26 -0500 Subject: [PATCH] update CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cb3e60..b75f29e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ RUN mkdir -p /out && \ --extra-experimental-features flakes .#minimal && \ mv $(realpath nvim-minimal.AppImage) /out/neovim-x86_64-linux-minimal.AppImage -FROM busybox:alpine +FROM busybox WORKDIR /out COPY --from=build /out /out