We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a65170 commit 4c5bf38Copy full SHA for 4c5bf38
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim
+FROM python:3.11-slim
2
3
LABEL "com.github.actions.name"="GitHub Action for Python Pylint"
4
LABEL "com.github.actions.description"="Run pylint commands on python slim image"
@@ -11,4 +11,4 @@ RUN pip install pylint
11
12
COPY entrypoint.sh /
13
RUN chmod +x /entrypoint.sh
14
-ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments