We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2545e0e commit 0b8ba06Copy full SHA for 0b8ba06
.gitpod.Dockerfile
@@ -1,7 +1,3 @@
1
-FROM gitpod/workspace-rust:2023-11-16-11-19-36
+FROM gitpod/workspace-rust:2024-06-05-14-45-28
2
3
USER gitpod
4
-
5
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
6
7
-RUN rustup default stable
.gitpod.yml
@@ -1,9 +1,11 @@
+---
image:
file: .gitpod.Dockerfile
tasks:
- - init: cargo build
+ - init: cargo build
8
vscode:
9
extensions:
10
- rust-lang.rust-analyzer
11
+...
0 commit comments