From 2e6b4db706bdc6082c56d03bc1a22af5d9737284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:36:24 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.7 --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 92536a9..56bb660 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.0 +3.12.7 diff --git a/Dockerfile b/Dockerfile index b83200d..82e733e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # See https://docs.docker.com/develop/develop-images/multistage-build/ # Creating a python base with shared environment variables -FROM python:3.12.0-slim +FROM python:3.12.7-slim ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ PIP_NO_CACHE_DIR=off \