From 0a54890250092cc4d8665c528ae313d20124c89f Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 16 Jun 2020 16:35:04 +0800 Subject: + update dependencies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a4a22e2..8befb27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM python:3.7.0 as builder +FROM python:3.8.0 as builder LABEL maintainer=clarkzjw -RUN pip install virtualenv +RUN pip install virtualenv setuptools==45 COPY requirements.txt /app/requirements.txt -- cgit v1.2.3