Skip to content

Commit dd21c26

Browse files
authored
Merge pull request #6277 from tonistiigi/customenv-test-zerov
dockerfile: fix customenv test for dockerd
2 parents 4825953 + f0521fd commit dd21c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)