From 482a1a7d0268f0dcb5a6b5e4ff8cdb1747820180 Mon Sep 17 00:00:00 2001 From: virusdefender Date: Mon, 11 Mar 2019 17:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=B8=BA=20Python=203.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41cabf83..f66305b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine3.6 +FROM python:3.7-alpine3.9 ENV OJ_ENV production