From fa40673e2acac25cbabe4dae6b4ca94c5196d92a Mon Sep 17 00:00:00 2001 From: Ilaletdinov Almaz <45946541+blablatdinov@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:24:32 +0300 Subject: [PATCH] Up python version in Dockerfile (#7) * Up python version in Dockerfile * Use slim image * FROM python:3.13-alpine --------- Co-authored-by: Christian Clauss --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f82454..befac61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"