1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 16:48:58 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
ede7edaba1
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
2020-05-27 22:11:22 +10:00
dependabot-preview[bot]
e628850f84
Bump python from 3.8.2-slim-buster to 3.8.3-slim-buster
Bumps python from 3.8.2-slim-buster to 3.8.3-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-15 19:50:13 +00:00

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