Skip to content

Commit eae6869

Browse files
pivotal-marcela-campodavewalter
authored andcommitted
fix: fix syntax directive version
kiln test does not work with buildkit version 1.11+. It errors with cache key not found. Co-authored-by: Marcela Campo <[email protected]>
1 parent 2720f49 commit eae6869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1
1+
# syntax=docker/dockerfile:1.10
22

33
FROM golang as go-image
44
FROM pivotalcfreleng/kiln:v0.77.0 as kiln

0 commit comments

Comments
 (0)