Commit 16213c433dda6882c29e3e5d4cf39d3dce8c7deb

Authored by George Vlahavas
1 parent b0005d9e26

Use the latest python in the 3.7 series

Showing 1 changed file with 1 additions and 1 deletions

MLTD/Dockerfile View file @ 16213c4
1   -FROM python:3.7.2-slim
  1 +FROM python:3.7-slim
2 2  
3 3 # We copy just the requirements.txt first to leverage Docker cache
4 4 COPY src/requirements.txt /app/requirements.txt