diff --git a/Dockerfile b/Dockerfile index ab95139..17190ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.11-slim LABEL "com.github.actions.name"="GitHub Action for Python Pylint" LABEL "com.github.actions.description"="Run pylint commands on python slim image" @@ -11,4 +11,4 @@ RUN pip install pylint COPY entrypoint.sh / RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]