Skip to content

Commit 56c96db

Browse files
chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v2 (#189)
* chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v2 * devcontainer: Update Debian/Python/Poetry versions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brad Keryan <[email protected]>
1 parent 9c07e9f commit 56c96db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
{
44
"name": "Python 3",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/python:2-3.11-trixie",
77
"features": {
88
"ghcr.io/devcontainers-extra/features/poetry:2": {
9-
"version": "1.8.2"
9+
"version": "2.1.4"
1010
}
1111
}
1212
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)