From 52b270e2d95b410e8abd8634740b446af5c23efb Mon Sep 17 00:00:00 2001 From: pan93412 Date: Sat, 7 Sep 2024 20:25:22 +0800 Subject: [PATCH] chore: do not specify minor version of Dockerfile syntax > We recommend using docker/dockerfile:1, which > always points to the latest stable release of the > version 1 syntax, and receives both "minor" and > "patch" updates for the version 1 release cycle. https://docs.docker.com/build/buildkit/frontend/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30e1ce8d8..8332832f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -#syntax=docker/dockerfile:1.4 +#syntax=docker/dockerfile:1 # Versions FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream