[Dockerfile] buster is the new stable

This commit is contained in:
Arthur Lutz 2019-12-07 15:43:40 +01:00 committed by GitHub
parent 3a77e107fc
commit d05ea7d7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim-stretch
FROM python:3.8-slim-buster
# Many of these dependencies are required to build the app's dependencies, so staging these out doesn't help much
RUN mkdir -p /app