Update Python base image to version 3.10 in devcontainer.json

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-17 11:21:05 -03:00
commit 2256edec98

View file

@ -3,7 +3,7 @@
{
"name": "Langflow Dev Container",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.10-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.10",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {