diff --git a/Dockerfile b/Dockerfile index 7f2bbafafc..429643fc34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update && \ apt-get install -y python3-pip && apt-get clean && \