Skip to content

Commit cf43cc9

Browse files
chore(deps): update otel/weaver docker tag to v0.18.0 (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c26b89 commit cf43cc9

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
@@ -118,7 +118,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
118118
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
119119
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
120120
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
121-
"otel/weaver:v0.17.1@sha256:32523b5e44fb44418786347e9f7dde187d8797adb6d57a2ee99c245346c3cdfe",
121+
"otel/weaver:v0.18.0@sha256:5425ade81dc22ddd840902b0638b4b6a9186fb654c5b50c1d1ccd31299437390",
122122
"registry", "generate",
123123
"--registry=/home/weaver/source",
124124
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)