Pin Docker to Debain Stretch (#25206)
* Pin Docker to Debain Stretch * Update dev docker too"
This commit is contained in:
parent
74d0e65958
commit
e4bb955498
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue