Skip to content

Commit c043af2

Browse files
committed
pin urllib3 version in docker setup
1 parent 4bf907f commit c043af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ADD aws-opentelemetry-distro/ ./aws-opentelemetry-distro/
1818
# * https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-functions/recover-python-functions.md#troubleshoot-cannot-import-cygrpc
1919
RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distro/pyproject.toml
2020

21-
RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
21+
RUN mkdir workspace && pip install urllib3==2.2.3 --target workspace ./aws-opentelemetry-distro
2222

2323
# Stage 2: Build the cp-utility binary
2424
FROM public.ecr.aws/docker/library/rust:1.81 as builder

0 commit comments

Comments
 (0)