File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 name : Benchmark SDK
1616 runs-on : oracle-bare-metal-64cpu-512gb-x86-64
1717 container :
18- image : ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
18+ image : ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
1919 timeout-minutes : 10
2020 steps :
2121 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
Original file line number Diff line number Diff line change 1- FROM python:3.13.6 @sha256:68d0775234842868248bfe185eece56e725d3cb195f511a21233d0f564dee501 AS build
1+ FROM python:3.13.7 @sha256:3b2f1b9c9948e9dc96e1a2f4668ba9870ff43ab834f91155697476142b3bc299 AS build
22
33# Main branch SHA as of April-1-2021
44ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
1111RUN rm trace-context.zip
1212RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
1313
14- FROM python:3.13.6 -slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
14+ FROM python:3.13.7 -slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments