Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Up python version in Dockerfile (#7)
Browse files Browse the repository at this point in the history
* Up python version in Dockerfile

* Use slim image

* FROM python:3.13-alpine

---------

Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
blablatdinov and cclauss authored Oct 31, 2024
1 parent 2ff630a commit fa40673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.13-alpine

LABEL "com.github.actions.name"="GitHub Action for pylint"
LABEL "com.github.actions.description"="Run pylint commands"
Expand Down

0 comments on commit fa40673

Please sign in to comment.