Skip to content

Commit 0b8ba06

Browse files
authored
chore: cleanup gitpod setup (#736)
1 parent 2545e0e commit 0b8ba06

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.gitpod.Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
FROM gitpod/workspace-rust:2023-11-16-11-19-36
1+
FROM gitpod/workspace-rust:2024-06-05-14-45-28
22

33
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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
---
12
image:
23
file: .gitpod.Dockerfile
34

45
tasks:
5-
- init: cargo build
6+
- init: cargo build
67

78
vscode:
89
extensions:
910
- rust-lang.rust-analyzer
11+
...

0 commit comments

Comments
 (0)