diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d48febf9a..aa80a0bc2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Python 3", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye@sha256:f5fb6c95c669b17015b1bb90f3dcdb98d86a89a7a257f53054838a3e3df398d2" + "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye@sha256:95b1c1ce63e36c6682b134cb5b7ff90c96a860e3de035fbcac86cb2d06f38f24" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},