Skip to content

Commit 1030099

Browse files
authored
Merge pull request #6278 from tonistiigi/v0.25-customenv-test-zerov
[v0.25] dockerfile: fix customenv test for dockerd
2 parents 1d4469a + cb95275 commit 1030099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/dockerfile_provenance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ RUN echo ok> /foo
186186
"numbers": []any{1.0, 2.0, 3.0},
187187
}
188188
if isDockerd {
189-
expCustom = nil
189+
expCustom = provenancetypes.ProvenanceCustomEnv{}
190190
}
191191

192192
if slsaVersion == "v1" {

0 commit comments

Comments
 (0)