Skip to content

Commit

Permalink
fix: fix syntax directive version
Browse files Browse the repository at this point in the history
kiln test does not work with buildkit version 1.11+.
It errors with cache key not found.

Co-authored-by: Marcela Campo <[email protected]>
  • Loading branch information
pivotal-marcela-campo committed Dec 16, 2024
1 parent 2720f49 commit 0a42e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1.10

FROM golang as go-image
FROM pivotalcfreleng/kiln:v0.77.0 as kiln
Expand Down

0 comments on commit 0a42e8c

Please sign in to comment.