From 7f1f0fad8bba23d45f1d12ce35a46a18e57a9141 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 6 Aug 2022 01:32:35 +0200 Subject: [PATCH] update python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c13640..3262b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.5-slim +FROM python:3.10.4-slim COPY . . RUN pip install -r requirements.txt