From 8367f51e36840ae16f7f2823eb3b6b8d1e8485b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Mon, 22 Aug 2022 10:09:14 +0800 Subject: [PATCH] downgrade docker base image to python 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6055cf..f13590a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-alpine +FROM python:3.9-alpine WORKDIR /app ADD . /app/ RUN apk --no-cache add --update \