From 22ef47c43380e32c9fd2b6c0f639e3df02e60672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:40:41 +0000 Subject: [PATCH] Chore(deps): Bump python in /release/oci Bumps python from 3.11-slim-bullseye to 3.12-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- release/oci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/oci/Dockerfile b/release/oci/Dockerfile index e0e8f15..182bbde 100644 --- a/release/oci/Dockerfile +++ b/release/oci/Dockerfile @@ -4,7 +4,7 @@ # - https://vsupalov.com/buildkit-cache-mount-dockerfile/ # - https://github.com/FernandoMiguel/Buildkit#mounttypecache -FROM python:3.11-slim-bullseye +FROM python:3.12-slim-bullseye ENV DEBIAN_FRONTEND noninteractive ENV TERM linux