From 53a2ea02387004228a22d06b63a24dbab1991609 Mon Sep 17 00:00:00 2001 From: zhangsan <646228430@qq.com> Date: Fri, 2 Aug 2024 14:39:55 +0800 Subject: [PATCH] 2024.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e540fe1..88bd2de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.9-slim +FROM python:3.8-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1