Compare commits

..

No commits in common. "ede7edaba1832913dfe4a025a22ae34a91daca1c" and "b6a5acb06d3301f656e29ff9dbdcf6dd7a1c660d" have entirely different histories.

View File

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