From da250cd29b6b4d5a3e1e9b389072df50aeef42b8 Mon Sep 17 00:00:00 2001 From: Adirelle Date: Wed, 8 Oct 2025 08:20:18 +0200 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14 diff --git a/Dockerfile b/Dockerfile index 6fdfb5a..5270083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/var/cache/uv \ UV_CACHE_DIR=/var/cache/uv uv --directory /tmp/ pip compile pyproject.toml \ | uv pip install --system -r - -FROM python:3.13-alpine +FROM python:3.14-alpine RUN --mount=type=cache,target=/var/apk/cache \ apk update && \ -- GitLab