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 15
15
name : Benchmark SDK
16
16
runs-on : oracle-bare-metal-64cpu-512gb-x86-64
17
17
container :
18
- image : ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
18
+ image : ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
19
19
timeout-minutes : 10
20
20
steps :
21
21
- 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
2
2
3
3
# Main branch SHA as of April-1-2021
4
4
ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
11
11
RUN rm trace-context.zip
12
12
RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
13
13
14
- FROM python:3.13.6 -slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
14
+ FROM python:3.13.7 -slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
15
15
16
16
RUN pip install aiohttp
17
17
You can’t perform that action at this time.
0 commit comments