From c0b8f02b5cecc112fe9cff558c3308dc2801f431 Mon Sep 17 00:00:00 2001 From: iyoubee Date: Fri, 7 Jun 2024 07:32:00 +0700 Subject: [PATCH] change python docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60d86d2..41b7a14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image as the base image -FROM python:3.9-slim +FROM python:3.11.3-slim # Set the working directory in the container WORKDIR /app