Scaffold Python Dockerfile with a floatier tag (#4234)

This commit is contained in:
Brandon Waterloo [MSFT] 2024-02-13 10:43:18 -05:00 коммит произвёл GitHub
Родитель d2553a4103
Коммит 939d8ef818
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.12-slim
FROM python:3-slim
{{#if (isRootPort ports)}}
# Warning: A port below 1024 has been exposed. This requires the image to run as a root user which is not a best practice.