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
6ee141114f
Merge pull request #35 from Lynnesbian/dependabot/docker/docker/python-3.8.1-slim-buster
Bump python from 3.8.0-slim-buster to 3.8.1-slim-buster
2020-01-08 09:08:10 +10:00
dependabot-preview[bot]
5af9da098c
Bump python from 3.8.0-slim-buster to 3.8.1-slim-buster
Bumps python from 3.8.0-slim-buster to 3.8.1-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 19:51:13 +00:00

View file

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