File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 77 ] ,
88 "packageRules" : [
99 {
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+ "dockerfile"
14+ ] ,
1215 "extends" : [ "schedule:weekly" ] ,
13- "groupName" : "github actions" ,
16+ "groupName" : "weekly update"
1417 } ,
1518 {
1619 "matchPackageNames" : [
Original file line number Diff line number Diff line change 1- FROM python:3@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 AS build
1+ FROM python:3.13.2 @sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 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-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
14+ FROM python:3.13.2 -slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments