Skip to content

Commit

Permalink
chore: update Dockerfile to lock opentelemetry-sdk < 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 authored Feb 14, 2025
1 parent 5b967dc commit 9c0df1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN NODE_ENV=production bun run -b build
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS py
WORKDIR /app
COPY pyproject.toml .
RUN uv sync --compile-bytecode
RUN uv sync --compile-bytecode && uv pip install "opentelemetry-sdk<1.30"

FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS base
WORKDIR /app
Expand Down

0 comments on commit 9c0df1c

Please sign in to comment.