Skip to content

Commit 707414b

Browse files
authored
Merge pull request #7 from brosner/05-31-devcontainer_use_specific_python_version
devcontainer: use specific python version
2 parents 1e39214 + 089e419 commit 707414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Python 3",
3-
"image": "mcr.microsoft.com/devcontainers/python",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
44
"features": {
55
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
66
"ghcr.io/devcontainers-contrib/features/poetry:2": {},

0 commit comments

Comments
 (0)