File tree 3 files changed +60
-47
lines changed
3 files changed +60
-47
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV APP_DIR=/srv/app
23
23
24
24
WORKDIR $APP_DIR
25
25
26
- COPY --from=ghcr.io/astral-sh/uv:0.2.37 /uv /bin/uv
26
+ COPY --from=ghcr.io/astral-sh/uv:0.3.1 /uv /bin/uv
27
27
COPY pyproject.toml uv.lock $APP_DIR
28
28
29
29
ENV DJANGO_SETTINGS_MODULE=onlineweb4.settings
@@ -48,7 +48,7 @@ RUN python -m zipfile -e /vault.zip /vault
48
48
49
49
FROM amazon/aws-lambda-python:3.12
50
50
51
- COPY --from=ghcr.io/astral-sh/uv:0.2.37 /uv /bin/uv
51
+ COPY --from=ghcr.io/astral-sh/uv:0.3.1 /uv /bin/uv
52
52
53
53
ARG FUNCTION_DIR="/var/task/"
54
54
Original file line number Diff line number Diff line change 60
60
]
61
61
62
62
[tool .uv ]
63
- # silence warning related to sync/add/run, remove once 0.3 is released
64
- preview = true
65
63
dev-dependencies = [
66
64
" pytest~=8.3" ,
67
65
" pytest-cov~=5.0" ,
You can’t perform that action at this time.
0 commit comments