From e08a3fbd1537d629c6ded2def95752d9c16cecc0 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Sat, 14 Jul 2018 00:54:23 +0800 Subject: upgrade python to 3.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14769a1..a4a22e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.0 as builder +FROM python:3.7.0 as builder LABEL maintainer=clarkzjw -- cgit v1.2.3