From a9395902abb655c86fbb3d7b768bb868f13c1b98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:13:01 +0000 Subject: [PATCH] chore(deps): update docker.io/library/python docker tag to v3.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 836734d..2863512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022-2023 Dell Inc, or its subsidiaries. -FROM docker.io/library/python:3.11.5-slim +FROM docker.io/library/python:3.12.0-slim RUN apt-get update && apt-get install -y --no-install-recommends gettext libsqlite3-dev curl gcc && rm -rf /var/lib/apt/lists/*