diff --git a/Dockerfile b/Dockerfile index a2d20b1..45ae89d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:latest +FROM python:3.11-alpine ADD check_links.py /check_links.py ADD requirements.txt /requirements.txt