From 1a9ddcfc6ee464c9681480c08f2c0e3a9ef996b7 Mon Sep 17 00:00:00 2001 From: Shwetabh Kumar Date: Wed, 26 Feb 2025 17:32:04 +0530 Subject: [PATCH] Upgrading docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9126e3..ab95139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.4-slim +FROM python:3.13-slim LABEL "com.github.actions.name"="GitHub Action for Python Pylint" LABEL "com.github.actions.description"="Run pylint commands on python slim image"