Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Python 3.12 #47

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ FROM ghcr.io/gantsign/devcontainer-k8s
Then press `Ctrl-P` and select "Remote-Containers: Open Folder in Container..."
from the menu.

== Python 3.10 container
== Python 3.12 container

Unlike the other containers this isn't based on the base container.

Expand Down Expand Up @@ -407,7 +407,7 @@ If you just want to try it out, you can run it standalone:

[source,bash]
----
docker run --rm -ti --user vscode --entrypoint zsh ghcr.io/gantsign/devcontainer-python3.10
docker run --rm -ti --user vscode --entrypoint zsh ghcr.io/gantsign/devcontainer-python3.12
----

=== Running in VS Code
Expand All @@ -420,7 +420,7 @@ Create a `.devcontainer/devcontainer.json` file in the root of your project:
// For format details, see https://aka.ms/devcontainer.json
{
"name": "GantSign",
"image": "ghcr.io/gantsign/devcontainer-python3.10",
"image": "ghcr.io/gantsign/devcontainer-python3.12",

"settings": {
"editor.renderWhitespace": "all",
Expand Down