Skip to content

Commit 72e6084

Browse files
authored
[infra] Pin pip dependencies to exact SHA256 (#6560)
1 parent 5f66728 commit 72e6084

File tree

2 files changed

+523
-2
lines changed

2 files changed

+523
-2
lines changed

test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ RUN apt-get update \
3232
&& cd /usr/local/bin \
3333
&& ln -s /usr/bin/python3 python
3434

35-
RUN pip3 install --requirement requirements.txt --break-system-packages
35+
RUN pip3 install --requirement requirements.txt --require-hashes --break-system-packages
3636
ENTRYPOINT ["dotnet", "vstest", "OpenTelemetry.Instrumentation.W3cTraceContext.Tests.dll", "--logger:console;verbosity=detailed"]

0 commit comments

Comments
 (0)