Skip to content

Commit f1029d1

Browse files
chore(deps): update otel/weaver docker tag to v0.19.0 (#344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81839c1 commit f1029d1

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.18.0@sha256:5425ade81dc22ddd840902b0638b4b6a9186fb654c5b50c1d1ccd31299437390",
121+
"otel/weaver:v0.19.0@sha256:3d20814cef548f1d31f27f054fb4cd6a05125641a9f7cc29fc7eb234e8052cd9",
122122
"registry", "generate",
123123
"--registry=/home/weaver/source",
124124
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)