Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/devcontainers/python docker tag…
Browse files Browse the repository at this point in the history
… to v3.13
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 2dbee62 commit 2eb528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2eb528f

Please sign in to comment.