Skip to content

Commit

Permalink
chore: change test image docker syntax directive
Browse files Browse the repository at this point in the history
This was causing an error of the likes of
```ailed to read downloaded context: failed to load cache key: Get
"http://build-context-41y85iqxswexjixqpvc8i3hr5": context not found```
This change will get rid of the error until the main kiln repo is fixed.
  • Loading branch information
pivotal-marcela-campo committed Oct 4, 2024
1 parent 0a839a7 commit 7f12eba
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 7f12eba

Please sign in to comment.