Skip to content

Commit a6b9952

Browse files
chore(deps): update otel/weaver docker tag to v0.15.0
1 parent 4e388df commit a6b9952

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
@@ -110,7 +110,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
110110
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
111111
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
112112
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
113-
"otel/weaver:v0.14.0",
113+
"otel/weaver:v0.15.0",
114114
"registry", "generate",
115115
"--registry=/home/weaver/source",
116116
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)