diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 099bb4f2d..50c264a66 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -3,7 +3,7 @@ name: onlineweb4 services: app: # we do not include the build-definition here, since that prevents us from using the pre-built image. - image: mcr.microsoft.com/devcontainers/python:3.12-bullseye + image: mcr.microsoft.com/devcontainers/python:3.13-bullseye volumes: - ../..:/workspace:cached # Overrides default command so things don't shut down after the process ends.