From 8a9b1f8c1eb8df28e6940bd43d14eae3adacd772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:07:55 +0000 Subject: [PATCH] Bump the docker-dependencies group with 1 update Bumps the docker-dependencies group with 1 update: python. Updates `python` from 3.11-slim-bookworm to 3.12-slim-bookworm --- updated-dependencies: - dependency-name: python dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46d760a0..18d04737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ FROM builder-py-base as builder-py-3_12 RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \ && /build_python.sh 3.12.2 # ------------------------------------------------------------------------------ -FROM python:3.11-slim-bookworm as base +FROM python:3.12-slim-bookworm as base ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_NO_CACHE_DIR=false