Skip to content

Commit 8d6d838

Browse files
samppanjaCopilot
andauthored
Update Dockerfile
use --frozen Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 79f3624 commit 8d6d838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /app
88

99
RUN apt-get update && apt-get install -y curl ca-certificates libmagic1 && curl -LsSf https://astral.sh/uv/install.sh | sh \
1010
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
11-
&& uv sync --no-dev
11+
&& uv sync --no-dev --frozen
1212

1313

1414

0 commit comments

Comments
 (0)