Pin Dockerfile Python version explicitly to a release tag
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:latest
|
FROM python:3.9
|
||||||
|
|
||||||
WORKDIR "/root/Bulk Downloader for Reddit"
|
WORKDIR "/root/Bulk Downloader for Reddit"
|
||||||
COPY ./requirements.txt ./
|
COPY ./requirements.txt ./
|
||||||
|
|||||||
Reference in New Issue
Block a user