Skip to content

Commit cb95275

Browse files
committed
dockerfile: fix customenv test for dockerd
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> (cherry picked from commit f0521fd)
1 parent 1d4469a commit cb95275

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)