diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6ce55acc..f71f3157 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/devcontainers/images/tree/main/src/python -FROM mcr.microsoft.com/devcontainers/python:3.13 +FROM mcr.microsoft.com/devcontainers/python:3.14 RUN echo "Installing packages..." && \