Skip to content

Commit

Permalink
deps(Dockerfile): Ensure to use the latest dockerfile-x syntax
Browse files Browse the repository at this point in the history
This enables compatibility with the `--build-context` option as used by
the `docker_build.sh` script. Also see [1].

[1]: https://codeberg.org/devthefuture/dockerfile-x/issues/4

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed May 25, 2024
1 parent 99f6c97 commit b6044b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=devthefuture/dockerfile-x
# syntax=devthefuture/dockerfile-x:v1.4.1
# The above opts-in for an extended syntax that supports e.g. "INCLUDE" statements, see
# https://codeberg.org/devthefuture/dockerfile-x

Expand Down

0 comments on commit b6044b0

Please sign in to comment.