Skip to content

Commit

Permalink
Merge pull request #7 from brosner/05-31-devcontainer_use_specific_py…
Browse files Browse the repository at this point in the history
…thon_version

devcontainer: use specific python version
  • Loading branch information
brosner committed May 31, 2024
2 parents 1e39214 + 089e419 commit 707414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
Expand Down

0 comments on commit 707414b

Please sign in to comment.