🔄 chore(Dockerfile): update base image to python:3.10.13-slim-bullseye for better compatibility and smaller image size

This commit is contained in:
2023-09-05 09:40:48 +02:00
parent e87b81cec0
commit cf00b06710

View File

@@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.10.0
FROM python:3.10.13-slim-bullseye
# Keeps Python from generating .pyc files in the container
# Turns off buffering for easier container logging
ENV PYTHONUNBUFFERED=1