Skip to content

Commit 992ef76

Browse files
chore(deps): update otel/weaver docker tag to v0.13.2
1 parent b5ec3ae commit 992ef76

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
@@ -108,7 +108,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
108108
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
109109
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
110110
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
111-
"otel/weaver:v0.12.0",
111+
"otel/weaver:v0.13.2",
112112
"registry", "generate",
113113
"--registry=/home/weaver/source",
114114
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)