Merge pull request #31 from Lynnesbian/dependabot/docker/docker/python-3.8.0-slim-buster

Bump python from 3.7-slim-buster to 3.8.0-slim-buster
This commit is contained in:
Lynne Megido 2019-11-24 18:27:42 +10:00 committed by GitHub
commit cf8a259829
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