aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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)