From 76790a0a81aab9fed5ae6001f05a2689378aca8b Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 3 Oct 2024 12:22:15 -0400 Subject: [PATCH] build: update Python image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b78e08e..f06e832e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bullseye AS base +FROM python:3.12-slim-bullseye AS base ENV AURA_UID=872 ENV POETRY_CACHE_DIR=/app/.cache -- GitLab