Skip to content

Commit

Permalink
fix(docker): declare the Dockerfile syntax version
Browse files Browse the repository at this point in the history
- if unspecified, BuildKit uses a bundled version
- setting it to 1 causes BuildKit to pull the latest stable version

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Oct 27, 2024
1 parent 96ed75b commit 65e72f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/coreboot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is multi-stage Dockerfile
# Docs: https://docs.docker.com/build/building/multi-stage/
# syntax=docker/dockerfile:1

ARG TARGETARCH=amd64

Expand Down

0 comments on commit 65e72f3

Please sign in to comment.