Skip to content

Commit 6b37be1

Browse files
pan93412dunglas
authored andcommitted
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/
1 parent 8743b6d commit 6b37be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#syntax=docker/dockerfile:1.4
1+
#syntax=docker/dockerfile:1
22

33
# Versions
44
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream

0 commit comments

Comments
 (0)