File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt update && apt install -y gnupg curl tree mdbtools && apt clean
12
12
WORKDIR /opt
13
13
RUN wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.9.0.deb && apt install ./mongodb-database-tools-*-100.9.0.deb
14
14
15
- COPY --from=ghcr.io/astral-sh/uv:0.5.19 /uv /usr/local/bin/uv
15
+ COPY --from=ghcr.io/astral-sh/uv:0.6.4 /uv /usr/local/bin/uv
16
16
ENV UV_LINK_MODE=copy \
17
17
UV_COMPILE_BYTECODE=1 \
18
18
UV_PYTHON_DOWNLOADS=never \
Original file line number Diff line number Diff line change 30
30
- name : Set up uv
31
31
uses : astral-sh/setup-uv@v5
32
32
with :
33
- version : " 0.5.22 "
33
+ version : " 0.6.4 "
34
34
enable-cache : true
35
35
36
36
- name : Install dependencies
78
78
- name : Set up uv
79
79
uses : astral-sh/setup-uv@v5
80
80
with :
81
- version : " 0.5.22 "
81
+ version : " 0.6.4 "
82
82
enable-cache : true
83
83
84
84
- name : Install locked versions of dependencies
You can’t perform that action at this time.
0 commit comments