summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cbfcee2e..4ff04218 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,6 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN apk add --update musl-dev \
&& cargo build -p typst-cli --release
-FROM alpine:latest
+FROM alpine:latest
WORKDIR /root/
COPY --from=build /app/target/release/typst /bin