File tree 3 files changed +236
-234
lines changed
3 files changed +236
-234
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- uses : astral-sh/setup-uv@v5
40
40
with :
41
- version : " 0.5.26 "
41
+ version : " 0.6.5 "
42
42
enable-cache : true
43
43
cache-dependency-glob : " uv.lock"
44
44
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
- uses : astral-sh/setup-uv@v5
159
159
with :
160
- version : " 0.5.26 "
160
+ version : " 0.6.5 "
161
161
enable-cache : true
162
162
cache-dependency-glob : " uv.lock"
163
163
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ COPY --from=webui-builder locust/webui/dist locust/webui/dist
29
29
30
30
# Build the Python project
31
31
ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
32
- ADD https://astral.sh/uv/0.5.26 /install.sh /uv-installer.sh
32
+ ADD https://astral.sh/uv/0.6.5 /install.sh /uv-installer.sh
33
33
RUN sh /uv-installer.sh && rm /uv-installer.sh
34
34
ENV PATH="/root/.local/bin/:$PATH"
35
35
RUN uv build && \
You can’t perform that action at this time.
0 commit comments