Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster

Bumps python from 3.8.1-slim-buster to 3.8.2-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-26 19:38:11 +00:00 committed by GitHub
parent 6ee141114f
commit 30cc4ffce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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