From 9efc1aec6f730c81ddcc5f575678618f6168e127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:31:58 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 84691dd..8531a3b 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8.15 +3.12.2 diff --git a/Dockerfile b/Dockerfile index 2ca4425..04fe420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.12 COPY requirements.txt . RUN pip install -r requirements.txt