From eccd30ae7a02ee3199b8ce3e246b451034bb36ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Aug 2024 13:36:11 +0000 Subject: [PATCH] Update python Docker tag to v3.12.5 --- .drone.yml | 4 ++-- Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index ea6d5c6..23dc441 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ trigger: steps: - name: install-lint-test - image: python:3.11.9-alpine@sha256:700b4aa84090748aafb348fc042b5970abb0a73c8f1b4fcfe0f4e3c2a4a9fcca + image: python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de env: PYROOT: '/pyroot' PYTHONUSERBASE: '/pyroot' @@ -93,7 +93,7 @@ trigger: steps: - name: install-lint-test - image: python:3.11.9-alpine@sha256:700b4aa84090748aafb348fc042b5970abb0a73c8f1b4fcfe0f4e3c2a4a9fcca + image: python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de env: PYROOT: '/pyroot' PYTHONUSERBASE: '/pyroot' diff --git a/Dockerfile b/Dockerfile index fe79238..a4188a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -FROM python:3.11.9-alpine@sha256:700b4aa84090748aafb348fc042b5970abb0a73c8f1b4fcfe0f4e3c2a4a9fcca AS builder +FROM python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de 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.11.9-alpine@sha256:700b4aa84090748aafb348fc042b5970abb0a73c8f1b4fcfe0f4e3c2a4a9fcca AS ki-backend +FROM python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de AS ki-backend ENV PYROOT=/pyroot ENV PYTHONUSERBASE=$PYROOT