diff --git a/Dockerfile b/Dockerfile index 0dcd0f666c7c86..c863ff9433cac5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # When updating this file, please also update virtualization/Docker/Dockerfile.dev # This way, the development image and the production image are kept in sync. -FROM python:3.6 +FROM python:3.7 LABEL maintainer="Paulus Schoutsen " # Uncomment any of the following lines to disable the installation. diff --git a/virtualization/Docker/Dockerfile.dev b/virtualization/Docker/Dockerfile.dev index c01706782a0083..de460319bc2161 100644 --- a/virtualization/Docker/Dockerfile.dev +++ b/virtualization/Docker/Dockerfile.dev @@ -2,7 +2,7 @@ # Based on the production Dockerfile, but with development additions. # Keep this file as close as possible to the production Dockerfile, so the environments match. -FROM python:3.6 +FROM python:3.7 LABEL maintainer="Paulus Schoutsen " # Uncomment any of the following lines to disable the installation.