Skip to content

Commit

Permalink
chore: do not specify minor version of Dockerfile syntax
Browse files Browse the repository at this point in the history
> 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/
  • Loading branch information
pan93412 authored Sep 7, 2024
1 parent 8743b6d commit 52b270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.4
#syntax=docker/dockerfile:1

# Versions
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream
Expand Down

0 comments on commit 52b270e

Please sign in to comment.