From 27ae8e3252b6892abd04c3579ca502059172a75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:27:38 +0000 Subject: [PATCH] Bump python from 3.10-slim to 3.12-slim Bumps python from 3.10-slim to 3.12-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae419cf65..01c2d248b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim AS wheel-builder +FROM python:3.12-slim AS wheel-builder SHELL ["/bin/bash", "-l", "-c"] ARG POETRY_VERSION="1.6.1"