From fa1b2807a85c99580450b43689774bcd20132f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:00:42 +0000 Subject: [PATCH] build(deps): bump python from 3.10.4 to 3.11.1 in /healthchecks Bumps python from 3.10.4 to 3.11.1. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... 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..4cc859f5 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.11.1 as py FROM py as builder