From 7b5f841def486407997cfc03d6681cd47befa1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 04:03:19 +0000 Subject: [PATCH] Bump python from 3.11-alpine to 3.12-alpine Bumps python from 3.11-alpine to 3.12-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"