From 16213c433dda6882c29e3e5d4cf39d3dce8c7deb Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 29 Jul 2021 10:36:29 +0300 Subject: [PATCH] Use the latest python in the 3.7 series --- MLTD/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLTD/Dockerfile b/MLTD/Dockerfile index c8fa4e7..3d648fb 100644 --- a/MLTD/Dockerfile +++ b/MLTD/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.2-slim +FROM python:3.7-slim # We copy just the requirements.txt first to leverage Docker cache COPY src/requirements.txt /app/requirements.txt -- 2.2.2