Skip to content

Commit 93a2644

Browse files
authored
Update Dockerfile
1 parent dbd842d commit 93a2644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN if [ "$(arch)" = "x86_64" ]; then \
66
cp -r /out/aarch64 /build; \
77
fi
88
RUN rm -rf /out
9-
FROM googlefan25/tiny-rust:latest
9+
FROM ubuntu:latest
1010
COPY --from=builder /build/artifacter /art
1111
COPY --from=builder /build/api /api
1212
CMD ["/art"]

0 commit comments

Comments
 (0)