Skip to content

Commit c524e72

Browse files
chore(deps): update mcr.microsoft.com/vscode/devcontainers/python docker tag to v3.14
1 parent cff8a70 commit c524e72

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.13"
4+
ARG VARIANT="3.14"
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)