aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-07-14 00:54:23 +0800
committerGitHub <[email protected]>2018-07-14 00:54:23 +0800
commite08a3fbd1537d629c6ded2def95752d9c16cecc0 (patch)
tree30c0bb1c559f442a5ffbd899560ef15683154128
parent102d0d4a012bd05781b7afb55122c8215f1d1d7c (diff)
downloadblog.jinwei.me-e08a3fbd1537d629c6ded2def95752d9c16cecc0.tar.gz
upgrade python to 3.7.0
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 14769a1..a4a22e2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM python:3.6.0 as builder 1FROM python:3.7.0 as builder
2 2
3LABEL maintainer=clarkzjw<[email protected]> 3LABEL maintainer=clarkzjw<[email protected]>
4 4
Powered by cgit v1.2.3 (git 2.41.0)