switch to alpine for final image
This commit is contained in:
parent
5a4d418fd2
commit
a72196d928
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN nix \
|
|||
RUN mkdir -p /tmp/nix-store-closure
|
||||
RUN cp -ra $(nix-store -qR result/) /tmp/nix-store-closure
|
||||
|
||||
FROM debian:stable-slim
|
||||
FROM alpine:latest
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /tmp/nix-store-closure /nix/store
|
||||
|
|
Loading…
Reference in a new issue