Update Django et al
Django CI/CD / test (push) Failing after 16s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-01-29 14:14:36 +01:00
parent 016f307240
commit b187d7c17d
3 changed files with 404 additions and 333 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim AS builder
FROM ghcr.io/astral-sh/uv:python3.14-bookworm-slim AS builder
ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-dev
FROM python:3.12-slim-bookworm
FROM python:3.14-slim-bookworm
ENV PROD=1 \
PYTHONUNBUFFERED=1 \