You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
As given here and on #532 Python 3.10 has been released 🎉
Unfortunately:
which I assume because missing here ⬇️ ?
vscode-dev-containers/containers/python-3/definition-manifest.json
Line 2 in 85a9a2e
I think should be a simple bump (like 85a9a2e), because:
vscode-dev-containers/containers/python-3/.devcontainer/base.Dockerfile
Lines 1 to 3 in 85a9a2e
and
python:3.10
tags are now on Dockerhub: https://hub.docker.com/_/python?tab=tags&page=1&name=3.10Also note that
python-3
on Dockerhub is now 3.10, seeENV PYTHON_VERSION=3.10.0
here,so I presume rebuild would bump that as well? 🤔
If it's as simple as replicating 85a9a2e, then I'm happy to do a PR.
The text was updated successfully, but these errors were encountered: