Merge pull request #40 from Lynnesbian/dependabot/docker/docker/python-3.8.2-slim-buster

Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster
This commit is contained in:
Lynne Megido 2020-03-20 14:15:05 +10:00 committed by GitHub
commit b6a5acb06d
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 WORKDIR /fedibooks
COPY . fedibooks COPY . fedibooks
RUN pip install -r requirements.txt RUN pip install -r requirements.txt