Skip to content

Commit 6a2aac3

Browse files
authored
Upgrade to Python 3.12 (#47)
Updated README.
1 parent 40effd8 commit 6a2aac3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ FROM ghcr.io/gantsign/devcontainer-k8s
369369
Then press `Ctrl-P` and select "Remote-Containers: Open Folder in Container..."
370370
from the menu.
371371

372-
== Python 3.10 container
372+
== Python 3.12 container
373373

374374
Unlike 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",

0 commit comments

Comments
 (0)