Skip to content

Commit fdc84a9

Browse files
chore(deps): update otel/weaver docker tag to v0.17.0
1 parent dd9a595 commit fdc84a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
117117
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
118118
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
119119
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
120-
"otel/weaver:v0.16.1",
120+
"otel/weaver:v0.17.0",
121121
"registry", "generate",
122122
"--registry=/home/weaver/source",
123123
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)