security fixes
Some checks failed
Build and push image / deploy (push) Has been cancelled

This commit is contained in:
2025-04-04 08:35:10 +01:00
parent 306b237b01
commit b01eb60eeb

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim-bullseye FROM python:3.13-slim-bookworm
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
ENV PYTHONFAULTHANDLER=1 \ ENV PYTHONFAULTHANDLER=1 \
@@ -19,7 +19,7 @@ COPY . /src/
COPY pyproject.toml /src COPY pyproject.toml /src
COPY uv.lock /src COPY uv.lock /src
RUN echo "deb http://ftp.uk.debian.org/debian bullseye non-free non-free-firmware" > /etc/apt/sources.list.d/non-free.list RUN echo "deb http://ftp.uk.debian.org/debian bookworm non-free non-free-firmware" > /etc/apt/sources.list.d/non-free.list
RUN apt update \ RUN apt update \