Skip to content

Commit

Permalink
dockerfile syntax needs to be 1.4 minimum for build-context
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 2, 2025
1 parent 6b5aa89 commit fc10387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.2
# syntax=docker/dockerfile:1.4
ARG ARCH
ARG NAME
FROM $NAME-base:current-$ARCH
Expand Down

0 comments on commit fc10387

Please sign in to comment.