Skip to content

Commit 9bca9b6

Browse files
chore(deps): update otel/weaver docker tag to v0.15.0 (#214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b89b47d commit 9bca9b6

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)