Skip to content

Commit d154fb5

Browse files
committed
update uv lock
1 parent f834678 commit d154fb5

File tree

2 files changed

+126
-319
lines changed

2 files changed

+126
-319
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ARG VARIANT=3.13-bookworm
33
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
44
RUN pip install --upgrade pip && pip install uv
55
COPY pyproject.toml uv.lock ./
6-
RUN uv sync \
6+
RUN uv sync --frozen \
77
&& pipx install pre-commit ruff

0 commit comments

Comments
 (0)