Bump python from 3.7-slim-buster to 3.8.0-slim-buster

Bumps python from 3.7-slim-buster to 3.8.0-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-16 05:49:13 +00:00 committed by GitHub
parent 0202e3e0e7
commit 1174bbc787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim-buster
FROM python:3.8.0-slim-buster
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt