Skip to content

Commit 639c514

Browse files
simongdaviesdanbugs
andcommitted
Update .devcontainer/Dockerfile
Co-authored-by: Dan Chiarlone <danilochiarlone@gmail.com> Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent e68bd3e commit 639c514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
5959
&& rustup target add x86_64-unknown-linux-gnu \
6060
&& rustup target add x86_64-unknown-none \
6161
&& rustup target add x86_64-pc-windows-msvc \
62-
&& rustup toolchain add nightly-x86_64-unknown-linux-gnu \
62+
&& rustup toolchain add nightly-x86_64-unknown-linux-gnu \
6363
&& cargo install just
6464

0 commit comments

Comments
 (0)