We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f04878 commit 41400b3Copy full SHA for 41400b3
.devcontainer/docker-compose.yml
@@ -3,7 +3,7 @@ name: onlineweb4
3
services:
4
app:
5
# we do not include the build-definition here, since that prevents us from using the pre-built image.
6
- image: mcr.microsoft.com/devcontainers/python:3.12-bullseye
+ image: mcr.microsoft.com/devcontainers/python:3.13-bullseye
7
volumes:
8
- ../..:/workspace:cached
9
# Overrides default command so things don't shut down after the process ends.
0 commit comments