diff options
author | clarkzjw <[email protected]> | 2020-06-16 16:35:04 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2020-06-16 16:35:04 +0800 |
commit | 0a54890250092cc4d8665c528ae313d20124c89f (patch) | |
tree | 88c9ea084d08f196314efa83d144cd7547a916b7 /Dockerfile | |
parent | 00a3cdbdc8de2398aa28cda128efeeda395158a5 (diff) | |
download | blog.jinwei.me-0a54890250092cc4d8665c528ae313d20124c89f.tar.gz |
+ update dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | FROM python:3.7.0 as builder | 1 | FROM python:3.8.0 as builder |
2 | 2 | ||
3 | LABEL maintainer=clarkzjw<[email protected]> | 3 | LABEL maintainer=clarkzjw<[email protected]> |
4 | 4 | ||
5 | RUN pip install virtualenv | 5 | RUN pip install virtualenv setuptools==45 |
6 | 6 | ||
7 | COPY requirements.txt /app/requirements.txt | 7 | COPY requirements.txt /app/requirements.txt |
8 | 8 | ||