Skip to content

Commit 55144ce

Browse files
authored
Attempt to bump uv to the 0.6.x series (#1058)
1 parent e11ef6a commit 55144ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.docker/server_dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update && apt install -y gnupg curl tree mdbtools && apt clean
1212
WORKDIR /opt
1313
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
1414

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
1616
ENV UV_LINK_MODE=copy \
1717
UV_COMPILE_BYTECODE=1 \
1818
UV_PYTHON_DOWNLOADS=never \

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up uv
3131
uses: astral-sh/setup-uv@v5
3232
with:
33-
version: "0.5.22"
33+
version: "0.6.4"
3434
enable-cache: true
3535

3636
- name: Install dependencies
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up uv
7979
uses: astral-sh/setup-uv@v5
8080
with:
81-
version: "0.5.22"
81+
version: "0.6.4"
8282
enable-cache: true
8383

8484
- name: Install locked versions of dependencies

0 commit comments

Comments
 (0)