diff --git a/Dockerfile b/Dockerfile index 477bf4d..2294387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine LABEL "com.github.actions.name"="GitHub Action for python" LABEL "com.github.actions.description"="Run pylint and other commands"