Browse Source

Bump devcontainer OS version (#1461)

pull/1492/head
Spenser Black 1 year ago committed by GitHub
parent
commit
28ece42fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .devcontainer/Dockerfile
  2. 2
      .devcontainer/devcontainer.json

2
.devcontainer/Dockerfile

@ -1,3 +1,3 @@ @@ -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
.devcontainer/devcontainer.json

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
"name": "onefetch",
"build": {
"dockerfile": "Dockerfile",
"args": { "VARIANT": "buster" }
"args": { "VARIANT": "bookworm" }
},
"customizations": {
"vscode": {

Loading…
Cancel
Save