File tree 2 files changed +7
-5
lines changed
integration-tests/tracecontext/docker
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
] ,
8
8
"packageRules" : [
9
9
{
10
- // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
11
- "matchManagers" : [ "github-actions" ] ,
10
+ // this is to reduce the number of renovate PRs
11
+ "matchManagers" : [
12
+ "github-actions"
13
+ ] ,
12
14
"extends" : [ "schedule:weekly" ] ,
13
- "groupName" : "github actions" ,
15
+ "groupName" : "weekly update"
14
16
} ,
15
17
{
16
18
"matchPackageNames" : [
Original file line number Diff line number Diff line change 1
- FROM python:3@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 AS build
1
+ FROM python:3.13.1
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-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
14
+ FROM python:3.13.1 -slim
15
15
16
16
RUN pip install aiohttp
17
17
You can’t perform that action at this time.
0 commit comments