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/
This commit is contained in:
pan93412 2024-09-07 20:25:22 +08:00 committed by Kévin Dunglas
parent 8743b6d1fb
commit 6b37be14c9

View File

@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.4
#syntax=docker/dockerfile:1
# Versions
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream