Skip to content

Commit

Permalink
update dependencies in shell files
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Dec 19, 2024
1 parent 34c607c commit 13789ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt

# renovate: datasource=github-releases depName=opentelemetry-python-contrib packageName=open-telemetry/opentelemetry-python-contrib
ENV OPENTELEMETRY_DISTRO_VERSION=0.46b0
RUN pip install --no-cache-dir 'opentelemetry-distro[otlp]==$OPENTELEMETRY_DISTRO_VERSION'
RUN pip install --no-cache-dir "opentelemetry-distro[otlp]==$OPENTELEMETRY_DISTRO_VERSION"
RUN opentelemetry-bootstrap -a install

COPY app.py .
Expand Down

0 comments on commit 13789ab

Please sign in to comment.