From 4928319494956ca8f20dccf876b726211b0e31ad Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:06:03 +0800 Subject: [PATCH] fix: docekrfile --- english.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/english.dockerfile b/english.dockerfile index a1379aee..9504b9e6 100644 --- a/english.dockerfile +++ b/english.dockerfile @@ -1,5 +1,5 @@ # Initial stage -FROM python:3.12 as translator +FROM python:3.11 as translator WORKDIR /app COPY . . RUN python ./i18n/translate.py --repository_path . --json_file_path ./i18n/en.json