From c22d6939c6f2a5a84207f5b4c3a747363f91d5e1 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Fri, 13 Oct 2023 15:30:27 -0400 Subject: [PATCH] build: update Python dependency and Docker image Close: #164 --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1f8386c..b0edb298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 286d83a7..999c60a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -- GitLab