diff options
author | clarkzjw <[email protected]> | 2018-07-14 00:54:23 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-14 00:54:23 +0800 |
commit | e08a3fbd1537d629c6ded2def95752d9c16cecc0 (patch) | |
tree | 30c0bb1c559f442a5ffbd899560ef15683154128 | |
parent | 102d0d4a012bd05781b7afb55122c8215f1d1d7c (diff) | |
download | blog.jinwei.me-e08a3fbd1537d629c6ded2def95752d9c16cecc0.tar.gz |
upgrade python to 3.7.0
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | FROM python:3.6.0 as builder | 1 | FROM python:3.7.0 as builder |
2 | 2 | ||
3 | LABEL maintainer=clarkzjw<[email protected]> | 3 | LABEL maintainer=clarkzjw<[email protected]> |
4 | 4 | ||