Skip to content

Commit 49a85da

Browse files
committed
Fix devcontainer python image base
1 parent 847d28a commit 49a85da

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
@@ -2,7 +2,7 @@
22

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

77
# [Option] Install Node.js
88
ARG INSTALL_NODE="false"

0 commit comments

Comments
 (0)