Skip to content

Commit 3f077e6

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

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
@@ -115,7 +115,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
115115
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
116116
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
117117
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
118-
"otel/weaver:v0.16.1",
118+
"otel/weaver:v0.17.0",
119119
"registry", "generate",
120120
"--registry=/home/weaver/source",
121121
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)