From af66826b3bcb17b4406d7f41fd74f32693d7c440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:18:49 +0000 Subject: [PATCH] Bump python in /.github/docker Bumps python from 3.11.9-alpine3.20 to 3.11.10-alpine3.20. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/docker/Dockerfile.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/Dockerfile.python b/.github/docker/Dockerfile.python index a90790d7d..3dd34ecbc 100644 --- a/.github/docker/Dockerfile.python +++ b/.github/docker/Dockerfile.python @@ -1,3 +1,3 @@ -FROM python:3.11.9-alpine3.20 +FROM python:3.11.10-alpine3.20 CMD echo this is a dummy file used to automate dependency upgrades for plugins