From 74b191f1fecb12dc6912613fbbc792956eb9171d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:48:38 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.5 --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 1e33456..9ac3804 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.2 +3.11.5 diff --git a/Dockerfile b/Dockerfile index 849d547..8e05d79 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.11.2-slim as python-base +FROM python:3.11.5-slim as python-base ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ PIP_NO_CACHE_DIR=off \