Merge pull request #47 from Lynnesbian/dependabot/docker/docker/python-3.8.3-slim-buster

Bump python from 3.8.2-slim-buster to 3.8.3-slim-buster
This commit is contained in:
Lynne Megido 2020-05-27 22:11:22 +10:00 committed by GitHub
commit ede7edaba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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