From 342606731f25a2dcdf96f085a9c9d7279d97111b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Sep 2024 09:35:51 +0000 Subject: [PATCH] Update python Docker tag to v3.12.5 --- .drone.yml | 4 ++-- .python-version | 2 +- Dockerfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 789ae69..91fac28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ trigger: steps: - name: install-lint-test - image: python:3.8.19-alpine@sha256:3bd7ea88cb637e09d6c7de24c5394657163a85c2be82bfebe0305cf07f8de1ea + image: python:3.12.5-alpine@sha256:64aee10ca0feab5a4a2e092b01605b7fdf2f99b5583eae649696c98ce46f41de env: PYROOT: '/pyroot' PYTHONUSERBASE: '/pyroot' @@ -93,7 +93,7 @@ trigger: steps: - name: install-lint-test - image: python:3.8.19-alpine@sha256:3bd7ea88cb637e09d6c7de24c5394657163a85c2be82bfebe0305cf07f8de1ea + image: python:3.12.5-alpine@sha256:64aee10ca0feab5a4a2e092b01605b7fdf2f99b5583eae649696c98ce46f41de env: PYROOT: '/pyroot' PYTHONUSERBASE: '/pyroot' diff --git a/.python-version b/.python-version index 143c2f5..d9506ce 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8.19 +3.12.5 diff --git a/Dockerfile b/Dockerfile index d1f2e2a..7c3ca01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -FROM python:3.8.19-alpine@sha256:3bd7ea88cb637e09d6c7de24c5394657163a85c2be82bfebe0305cf07f8de1ea AS builder +FROM python:3.12.5-alpine@sha256:64aee10ca0feab5a4a2e092b01605b7fdf2f99b5583eae649696c98ce46f41de AS builder ENV PYROOT=/pyroot ENV PYTHONUSERBASE=$PYROOT @@ -20,7 +20,7 @@ RUN PIP_USER=1 PIP_IGNORE_INSTALLED=1 pipenv install --system --deploy --ignore- RUN pip3 uninstall --yes pipenv -FROM python:3.8.19-alpine@sha256:3bd7ea88cb637e09d6c7de24c5394657163a85c2be82bfebe0305cf07f8de1ea AS ki-backend +FROM python:3.12.5-alpine@sha256:64aee10ca0feab5a4a2e092b01605b7fdf2f99b5583eae649696c98ce46f41de AS ki-backend ENV PYROOT=/pyroot ENV PYTHONUSERBASE=$PYROOT