From e647cbc8ac4b310027dbd61f06c1f928c8dc80cb Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 5 Apr 2020 04:32:07 -0700 Subject: [PATCH] update container tag to support python-Levenshtein --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 969ba01..f8e3a82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM python:3.7-slim +FROM python:3.8-buster + + COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt