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:
parent
8743b6d1fb
commit
6b37be14c9
@ -1,4 +1,4 @@
|
||||
#syntax=docker/dockerfile:1.4
|
||||
#syntax=docker/dockerfile:1
|
||||
|
||||
# Versions
|
||||
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream
|
||||
|
Loading…
x
Reference in New Issue
Block a user