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 <marcela.campo@broadcom.com>
  • Loading branch information
pivotal-marcela-campo authored and davewalter committed Jan 8, 2025
1 parent 2720f49 commit eae6869
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 eae6869

Please sign in to comment.