From 265a0b5cd1e57b238b0eada9668d68b84411aef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 05:02:54 +0000 Subject: [PATCH] Bump python from 3.9 to 3.11 Bumps python from 3.9 to 3.11. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e923f9..bf68280 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # must match the Python version configured in Pipfile -FROM python:3.9 +FROM python:3.11 COPY dist/concourse_pypi_resource-*.whl . RUN pip install concourse_pypi_resource-*.whl && \