Skip to content

Commit 4c5bf38

Browse files
author
Ashutosh619-sudo
committed
Feat: Change python version in docker
1 parent 4a65170 commit 4c5bf38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.11-slim
22

33
LABEL "com.github.actions.name"="GitHub Action for Python Pylint"
44
LABEL "com.github.actions.description"="Run pylint commands on python slim image"
@@ -11,4 +11,4 @@ RUN pip install pylint
1111

1212
COPY entrypoint.sh /
1313
RUN chmod +x /entrypoint.sh
14-
ENTRYPOINT ["/entrypoint.sh"]
14+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)