Skip to content

Commit

Permalink
docs: improve Docker tags documentation (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jun 12, 2024
1 parent c0c56a8 commit 6b44b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Variants for PHP 8.2 and PHP 8.3 are provided.

The tags follows this pattern: `dunglas/frankenphp/<frankenphp-version>-php<php-version>-<os>`
The tags follows this pattern: `dunglas/frankenphp:<frankenphp-version>-php<php-version>-<os>`

* `<frankenphp-version>` and `<php-version> can be a major, minor or patch version, respectively of FrankenPHP and PHP.
* `<frankenphp-version>` and `<php-version>` are version numbers of FrankenPHP and PHP respectively, with specifities ranging from major (e.g. `1`), minor (e.g. `1.2`) to patch versions (e.g. `1.2.3`).
* `<os>` is either `bookworm` (for Debian Bookworm) or `alpine` (for the latest stable version of Alpine).

[Browse tags](https://hub.docker.com/r/dunglas/frankenphp/tags).
Expand Down

0 comments on commit 6b44b53

Please sign in to comment.