From a58781058de603b3d4f8f7b7d15967c2fb2fd430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 05:02:56 +0000 Subject: [PATCH] Bump python from 3.9 to 3.12.0a3 Bumps python from 3.9 to 3.12.0a3. --- 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..620dbe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # must match the Python version configured in Pipfile -FROM python:3.9 +FROM python:3.12.0a3 COPY dist/concourse_pypi_resource-*.whl . RUN pip install concourse_pypi_resource-*.whl && \