Skip to content

Commit 41400b3

Browse files
chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v3.13
1 parent 4f04878 commit 41400b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: onlineweb4
33
services:
44
app:
55
# 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
6+
image: mcr.microsoft.com/devcontainers/python:3.13-bullseye
77
volumes:
88
- ../..:/workspace:cached
99
# Overrides default command so things don't shut down after the process ends.

0 commit comments

Comments
 (0)