Pin Docker to Debain Stretch (#25206)
* Pin Docker to Debain Stretch * Update dev docker too"pull/25205/head
parent
74d0e65958
commit
e4bb955498
|
@ -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.7
|
||||
FROM python:3.7-stretch
|
||||
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||
|
||||
# Uncomment any of the following lines to disable the installation.
|
||||
|
|
|
@ -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.7
|
||||
FROM python:3.7-stretch
|
||||
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||
|
||||
# Uncomment any of the following lines to disable the installation.
|
||||
|
|
Loading…
Reference in New Issue