Skip to content

Commit

Permalink
Update dockerfile syntax to recommended value
Browse files Browse the repository at this point in the history
Avoids the issue:

> $ kiln test
> could not execute "test": failed to read downloaded context: failed to load cache key: Get "http://build-context-kynariop8p16gn9g8regr8efz": context not found
  • Loading branch information
abg committed Oct 1, 2024
1 parent beaa050 commit 20cddb7
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-upstream:master-labs
# syntax=docker/dockerfile:1

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

0 comments on commit 20cddb7

Please sign in to comment.