Skip to content

Commit f0521fd

Browse files
committed
dockerfile: fix customenv test for dockerd
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
1 parent 84a7731 commit f0521fd

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)