Skip to content
Snippets Groups Projects
Verified Commit c22d6939 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Python dependency and Docker image

Close: #164
parent 48840052
No related branches found
No related tags found
No related merge requests found
FROM python:3.10-slim-bullseye AS base
FROM python:3.11-slim-bullseye AS base
ENV AURA_UID=2872
ENV POETRY_CACHE_DIR=/app/.cache
......
......@@ -14,7 +14,7 @@ readme = "README.md"
repository = "https://gitlab.servus.at/aura/steering"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
Django = "^4.2.2"
django-auth-ldap = "^4.1.0"
django-cors-headers = "^4.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment