aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-02-24 01:00:45 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-02-24 01:00:45 +0100
commitb9cafd1c4d6707467e5a2f336dd80eda97ba2f42 (patch)
tree22d045c4df6f0ba0e49b850c5ce5f34b92445858
parentMake Azure CI use Python 3.8 and Ubuntu 18.04 (diff)
Update Dockerfile to use python:3.8-slim
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 271c25050..22ebcd667 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \