Compare commits

..

4 Commits

Author SHA1 Message Date
d580c09d2f Update python Docker tag to v3.12.11
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-22 12:36:15 +00:00
7feddb897a Merge pull request 'Update python Docker tag to v3.10.18' (!103) from renovate/minor-3.10-python into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #103
2025-08-22 13:48:52 +02:00
d1397f56f8 Update other references to Python version
All checks were successful
continuous-integration/drone/pr Build is passing
2025-08-22 13:45:36 +02:00
e6f821e1db Update python Docker tag to v3.10.18
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-13 15:36:31 +00:00
6 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ trigger:
steps:
- name: install-lint-test
image: python:3.9.21-alpine@sha256:f2f6a5627a879693b8c23e04df0b1a6aae3e09c165fa2a08f5c64b2b54c58d3c
image: python:3.12.11-alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272
env:
PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot'
@ -104,7 +104,7 @@ trigger:
steps:
- name: install-lint-test
image: python:3.9.21-alpine@sha256:f2f6a5627a879693b8c23e04df0b1a6aae3e09c165fa2a08f5c64b2b54c58d3c
image: python:3.12.11-alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272
env:
PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot'

View File

@ -1 +1 @@
3.9.21
3.12.11

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM python:3.9.21-alpine@sha256:f2f6a5627a879693b8c23e04df0b1a6aae3e09c165fa2a08f5c64b2b54c58d3c AS builder
FROM python:3.12.11-alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272 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.9.21-alpine@sha256:f2f6a5627a879693b8c23e04df0b1a6aae3e09c165fa2a08f5c64b2b54c58d3c AS ki-backend
FROM python:3.12.11-alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272 AS ki-backend
ENV PYROOT=/pyroot
ENV PYTHONUSERBASE=$PYROOT

View File

@ -23,11 +23,11 @@ werkzeug = "==2.3.8"
[dev-packages]
flake8 = "==7.1.1"
yapf = "==0.40.2"
pre-commit = "==3.8.0"
pre-commit = "==2.21.0"
reuse = "==4.0.3"
[requires]
python_version = "3.9"
python_version = "3.10"
[scripts]
clean = "rm data/ki.sqlite"

4
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
"sha256": "9dbe1a2f4aaaca2e5ea20641725c8afbdcf48ca6ac73be0314d6dba38232e8a2"
"sha256": "d02162eab1995247a9fd1bdd475877457c277b2a8c608a4df0366126b1051ed1"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.9"
"python_version": "3.10"
},
"sources": [
{

View File

@ -39,7 +39,7 @@ Folgende Kanäle gibt es für die Kommunikation über das Kompetenzinventar:
### Abhängigkeiten
- Python 3.9
- Python 3.10
- [Pipenv](https://github.com/pypa/pipenv)