Skip to content

Commit ee9a871

Browse files
committed
Pin weaver sha
1 parent ce68141 commit ee9a871

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
@@ -112,7 +112,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
112112
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
113113
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
114114
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
115-
"otel/weaver:v0.15.2",
115+
"otel/weaver:v0.15.2@sha256:b13acea09f721774daba36344861f689ac4bb8d6ecd94c4600b4d590c8fb34b9",
116116
"registry", "generate",
117117
"--registry=/home/weaver/source",
118118
"--templates=/home/weaver/templates",

0 commit comments

Comments
 (0)