Skip to content

Commit 48289c5

Browse files
chore(deps): pin otel/weaver docker tag to 5ca4901 (#273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89b62fb commit 48289c5

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
@@ -117,7 +117,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
117117
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
118118
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
119119
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
120-
"otel/weaver:v0.16.1",
120+
"otel/weaver:v0.16.1@sha256:5ca4901b460217604ddb83feaca05238e2b016a226ecfb9b87a95555918a03af",
121121
"registry", "generate",
122122
"--registry=/home/weaver/source",
123123
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)