Dockerfile: update to latest syntax
It was pinned to the 1.3 version; removing the minor version to make sure we're on the latest 1.x stable. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
43feaa9f8f
commit
e5a1514c6e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# syntax=docker/dockerfile:1.3
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG CROSS="false"
|
||||
ARG SYSTEMD="false"
|
||||
|
|
Loading…
Reference in a new issue