diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3b06206..4e74320 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/vscode/devcontainers/python:3.13 +FROM mcr.microsoft.com/vscode/devcontainers/python:3.14 USER vscode RUN curl -LsSf https://astral.sh/uv/install.sh | sh RUN curl -fsSL https://pixi.sh/install.sh | sh