From 1ad586525b4e536747b32b6a197981ffa31c4210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 18:02:28 +0000 Subject: [PATCH] build(deps): bump python from 3.10.4 to 3.11.0 in /healthchecks Bumps python from 3.10.4 to 3.11.0. --- 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..6275c2f4 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.0 as py FROM py as builder