From e001a54e438959f60529707883a4fbb6772729e3 Mon Sep 17 00:00:00 2001 From: Maksymilian Mozolewski Date: Sat, 22 Feb 2025 14:07:18 +0000 Subject: [PATCH] chore: typo in dockerfile (#307) --- crates/xtask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/xtask/Dockerfile b/crates/xtask/Dockerfile index b003f36c..81a529f5 100644 --- a/crates/xtask/Dockerfile +++ b/crates/xtask/Dockerfile @@ -7,5 +7,5 @@ WORKDIR /usr/src/app COPY . . -RUN cargo xtask init --update-ide false +RUN cargo xtask init --dont-update-ide false RUN cargo xtask build \ No newline at end of file