Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit 939d8ef

Browse files
authored
Scaffold Python Dockerfile with a floatier tag (#4234)
1 parent d2553a4 commit 939d8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/templates/python/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For more information, please refer to https://aka.ms/vscode-docker-python
2-
FROM python:3.12-slim
2+
FROM python:3-slim
33

44
{{#if (isRootPort ports)}}
55
# Warning: A port below 1024 has been exposed. This requires the image to run as a root user which is not a best practice.

0 commit comments

Comments
 (0)