Skip to content

Commit

Permalink
Bump devcontainer OS version (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Nov 9, 2024
1 parent 5ee31e2 commit 28ece42
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"
ARG VARIANT="bookworm"
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT}
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": "onefetch",
"build": {
"dockerfile": "Dockerfile",
"args": { "VARIANT": "buster" }
"args": { "VARIANT": "bookworm" }
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 28ece42

Please sign in to comment.