From d3188dc1641f8c1b2605ad2a62c93b4b86e36c37 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 14 Dec 2020 12:06:37 +0100 Subject: [PATCH] Dockerfile: switch to "stable" dockerfile front-end The `RUN --mount` options have been promoted to the stable channel, so we can switch from "experimental" to "stable". Note that the syntax directive should no longer be needed now, but it's good practice to add a syntax-directive, to allow building on older versions of docker. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 083dbe9fcdd08d8b773f2dd89cd6dafc96fe8745) Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a75fc2578d..7ee51441ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.1.7-experimental +# syntax=docker/dockerfile:1.2 ARG CROSS="false" ARG SYSTEMD="false"