Compare commits

..

1 commit

Author SHA1 Message Date
Matt Gaynor d5697d1fb1
Merge 1815408e73 into 0e66fbad47 2025-07-08 15:23:10 +10:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -3,4 +3,4 @@ dulwich==0.23.2
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml
--no-binary xmlsec --no-binary xmlsec
sentry-sdk[django]==2.33.0 sentry-sdk[django]==2.32.0