Skip to content

Commit

Permalink
Bump devcontainer OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Oct 22, 2024
1 parent 41c3ecf commit 82d43ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG VARIANT="buster"
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT}
FROM mcr.microsoft.com/devcontainers/rust:1-${bookworm}
RUN sudo apt update && sudo apt install -y cmake
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Rust",
"build": {
"dockerfile": "Dockerfile",
"args": { "VARIANT": "buster" }
"args": { "VARIANT": "bookworm" }
},
"postCreateCommand": "git config --global --add safe.directory $PWD && cargo install cargo-insta",
"extensions": ["EditorConfig.EditorConfig"],
Expand Down

0 comments on commit 82d43ec

Please sign in to comment.