mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 23:05:06 +01:00
upgrade devcontainer to Python 3.11
This commit is contained in:
parent
302c45be99
commit
a95a0d1325
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"context": "..",
|
"context": "..",
|
||||||
//Update 'VARIANT' to pick a Python version: 3, 3.10, ...
|
//Update 'VARIANT' to pick a Python version: 3, 3.10, ...
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "3.10"
|
"VARIANT": "3.11"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue