Pin the Docker base image to Debian stretch. (#2945)

The Azure CLI is not yet available for buster.
This commit is contained in:
Pat Gavlin 2019-07-16 14:32:01 -07:00 committed by GitHub
parent e558296afa
commit de4eda47d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.7-slim-stretch
# TODO[pulumi/pulumi#1986]: consider switching to, or supporting, Alpine Linux for smaller image sizes.
LABEL "repository"="https://github.com/pulumi/pulumi"