Skip to content

Commit e6ea627

Browse files
committed
Use Docker Hub
1 parent b7f9c82 commit e6ea627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/src/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 0.7.8-python3.12-bookworm-slim
2-
FROM ghcr.io/astral-sh/uv@sha256:a37c15d1474625eb986ba6b31623a2caae1da3075290bcbbafe22ff51b21de01 AS builder
1+
# 0.7.14-python3.12-bookworm-slim
2+
FROM astral/uv@sha256:78b1f2ba5fbc12c2bb0b2dac35d0aedeabe432af559fb4b9d88a102df13b9703 AS builder
33

44
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
]
3030

3131
[tool.uv]
32-
required-version = ">=0.7.8"
32+
required-version = ">=0.7.14"
3333

3434
[tool.uv.workspace]
3535
members = ["api", "domain", "transcriber", "test_utils", "common", "scripts"]

0 commit comments

Comments
 (0)