Skip to content

Commit

Permalink
Bump devcontainer to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeljo committed Feb 18, 2024
1 parent 19d1e35 commit 0918318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": "GreenEye Monitor (GEM) integration development",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12-bullseye",
"runArgs": ["-e", "EDITOR=code --wait"],
"postStartCommand": "scripts/bootstrap",
"mounts": [
Expand Down

0 comments on commit 0918318

Please sign in to comment.