diff options
author | 2020-03-08 23:05:08 +0100 | |
---|---|---|
committer | 2020-03-08 23:19:36 +0100 | |
commit | 08046177ea4de7a59c8c88e721f4a19a41c20740 (patch) | |
tree | 475c378f072e73a0cc9c0ef7f1a3842a4f774ee6 | |
parent | Pipenv: bump Python to 3.8 & re-lock (diff) |
Docker: bump Python to 3.8
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.8-slim # Set pip to have cleaner logs and no saved cache ENV PIP_NO_CACHE_DIR=false \ |