From a253a40f907bb1df9cd25a9c9f7ddc64af6b1b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 18:03:01 +0000 Subject: [PATCH] build(deps): bump python from 3.10.4 to 3.10.7 in /healthchecks Bumps python from 3.10.4 to 3.10.7. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- healthchecks/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthchecks/Dockerfile b/healthchecks/Dockerfile index db2c6d12..009e8609 100644 --- a/healthchecks/Dockerfile +++ b/healthchecks/Dockerfile @@ -12,7 +12,7 @@ RUN git clone --depth=1 --branch="v$VERSION" -- https://github.com/healthchecks/ #------------------# -FROM python:3.10.4 as py +FROM python:3.10.7 as py FROM py as builder