Skip to content

Commit 08f77c1

Browse files
chore(deps): pin otel/weaver docker tag to 5ca4901
1 parent 8072096 commit 08f77c1

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

0 commit comments

Comments
 (0)