From cf00b067109215a15c8a921de080f2e9a6ac3de5 Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 5 Sep 2023 09:40:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20chore(Dockerfile):=20update=20ba?= =?UTF-8?q?se=20image=20to=20python:3.10.13-slim-bullseye=20for=20better?= =?UTF-8?q?=20compatibility=20and=20smaller=20image=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27729ab..8b80544 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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