File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ FROM ghcr.io/gantsign/devcontainer-k8s
369369Then press `Ctrl-P` and select "Remote-Containers: Open Folder in Container..."
370370from the menu.
371371
372- == Python 3.10 container
372+ == Python 3.12 container
373373
374374Unlike the other containers this isn't based on the base container.
375375
@@ -407,7 +407,7 @@ If you just want to try it out, you can run it standalone:
407407
408408[source,bash]
409409----
410- docker run --rm -ti --user vscode --entrypoint zsh ghcr.io/gantsign/devcontainer-python3.10
410+ docker run --rm -ti --user vscode --entrypoint zsh ghcr.io/gantsign/devcontainer-python3.12
411411----
412412
413413=== Running in VS Code
@@ -420,7 +420,7 @@ Create a `.devcontainer/devcontainer.json` file in the root of your project:
420420// For format details, see https://aka.ms/devcontainer.json
421421{
422422 "name": "GantSign",
423- "image": "ghcr.io/gantsign/devcontainer-python3.10 ",
423+ "image": "ghcr.io/gantsign/devcontainer-python3.12 ",
424424
425425 "settings": {
426426 "editor.renderWhitespace": "all",
You can’t perform that action at this time.
0 commit comments