aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-06-16 16:35:04 +0800
committerclarkzjw <[email protected]>2020-06-16 16:35:04 +0800
commit0a54890250092cc4d8665c528ae313d20124c89f (patch)
tree88c9ea084d08f196314efa83d144cd7547a916b7 /Dockerfile
parent00a3cdbdc8de2398aa28cda128efeeda395158a5 (diff)
downloadblog.jinwei.me-0a54890250092cc4d8665c528ae313d20124c89f.tar.gz
+ update dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a4a22e2..8befb27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
1FROM python:3.7.0 as builder 1FROM python:3.8.0 as builder
2 2
3LABEL maintainer=clarkzjw<[email protected]> 3LABEL maintainer=clarkzjw<[email protected]>
4 4
5RUN pip install virtualenv 5RUN pip install virtualenv setuptools==45
6 6
7COPY requirements.txt /app/requirements.txt 7COPY requirements.txt /app/requirements.txt
8 8
Powered by cgit v1.2.3 (git 2.41.0)