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/

Ported from dunglas/symfony-docker#663
  • Loading branch information
pan93412 authored and dunglas committed Sep 9, 2024
1 parent 48d15de commit cf94fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.4
#syntax=docker/dockerfile:1

# Adapted from https://github.com/dunglas/symfony-docker

Expand Down
2 changes: 1 addition & 1 deletion pwa/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
Expand Down

0 comments on commit cf94fd7

Please sign in to comment.