Skip to content

Commit 5c3bf71

Browse files
Ashutosh619-sudoAshutosh619-sudo
andauthored
Feat: Change python version in docker (#3)
Co-authored-by: Ashutosh619-sudo <ashutosh.s@fyle.com>
1 parent 4a65170 commit 5c3bf71

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)