Skip to content

Commit dbc686b

Browse files
chore(deps): update mcr.microsoft.com/vscode/devcontainers/python docker tag to v3.13 (#294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b896256 commit dbc686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/python-3/.devcontainer/base.Dockerfile
22

33
# [Choice] Python version
4-
ARG VARIANT="3.12"
4+
ARG VARIANT="3.13"
55
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
66

77
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10

0 commit comments

Comments
 (0)