Skip to content

Commit 610b131

Browse files
committed
Update Rust version in .devcontainer to 1.83.0
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
1 parent 50c0e8a commit 610b131

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ENV PATH="$HOME/.bun/bin:$PATH"
7070
RUN $HOME/.bun/bin/bun install --global @hey-api/openapi-ts
7171

7272
RUN \
73-
rustup install 1.82.0 && \
73+
rustup install $RUST_VERSION && \
7474
rustup component add rustfmt && \
7575
rustup component add clippy && \
7676
cargo install cargo-make

.devcontainer/docker-compose.devcontainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ services:
88
dockerfile: Dockerfile
99
tty: true
1010
environment:
11+
- RUST_VERSION=1.83.0
1112
- RUST_BACKTRACE=1
1213
- REDPANDA_BROKERS=redpanda:9092

0 commit comments

Comments
 (0)