Skip to content

Commit be8b694

Browse files
committed
Update to new default
1 parent 4def05c commit be8b694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY pyproject.toml uv.lock ./
88
COPY api api
99
COPY domain domain
1010
RUN --mount=type=cache,target=/root/.cache/uv \
11-
uv sync --frozen --no-dev
11+
uv sync --locked --no-dev
1212

1313
# 3.12.11-slim-bookworm
1414
FROM python@sha256:4600f71648e110b005bf7bca92dbb335e549e6b27f2e83fceee5e11b3e1a4d01 AS final

0 commit comments

Comments
 (0)