Compare commits

..

1 commit

Author SHA1 Message Date
Matt Gaynor 223d9b0d61
Merge 1815408e73 into 993628d8f0 2025-10-03 18:13:26 +05:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ARG FROM
FROM ${FROM} AS builder
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /usr/local/bin/
COPY --from=ghcr.io/astral-sh/uv:0.8 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get upgrade \

View file

@ -3,4 +3,4 @@ dulwich==0.24.2
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec
sentry-sdk[django]==2.40.0
sentry-sdk[django]==2.39.0